This class describes the server side ImGearThumbnailList control for viewing a list of document pages represented as thumbnails.
Object Model
Syntax
'Declaration
<DesignerAttribute("ImageGear.Web.UI.ViewerDesigner,ImageGear.Web")>
<ToolboxDataAttribute("<{0}:ImGearThumbnailList runat=server Width="149px" Height="600px" ></{0}:ImGearThumbnailList>")>
<ToolboxBitmapAttribute(ImageGear.Web.UI.ImGearThumbnailList, "ImGearThumbnailList.ico")>
<DefaultPropertyAttribute("DataSourceID")>
<ParseChildrenAttribute(True)>
<PersistChildrenAttribute(False)>
<ThemeableAttribute(True)>
<BindableAttribute(True)>
<DesignerCategoryAttribute("Code")>
<DesignerSerializerAttribute("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxItemFilterAttribute("System.Web.UI", ToolboxItemFilterType.Require)>
<ToolboxItemAttribute("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class ImGearThumbnailList
Inherits System.Web.UI.WebControls.DataBoundControl
'Usage
Dim instance As ImGearThumbnailList
[Designer("ImageGear.Web.UI.ViewerDesigner,ImageGear.Web")]
[ToolboxData("<{0}:ImGearThumbnailList runat=server Width="149px" Height="600px" ></{0}:ImGearThumbnailList>")]
[ToolboxBitmap(ImageGear.Web.UI.ImGearThumbnailList, "ImGearThumbnailList.ico")]
[DefaultProperty("DataSourceID")]
[ParseChildren(true)]
[PersistChildren(false)]
[Themeable(true)]
[Bindable(true)]
[DesignerCategory("Code")]
[DesignerSerializer("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require)]
[ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class ImGearThumbnailList : System.Web.UI.WebControls.DataBoundControl
[Designer("ImageGear.Web.UI.ViewerDesigner,ImageGear.Web")]
[ToolboxData("<{0}:ImGearThumbnailList runat=server Width="149px" Height="600px" ></{0}:ImGearThumbnailList>")]
[ToolboxBitmap(ImageGear.Web.UI.ImGearThumbnailList, "ImGearThumbnailList.ico")]
[DefaultProperty("DataSourceID")]
[ParseChildren(true)]
[PersistChildren(false)]
[Themeable(true)]
[Bindable(true)]
[DesignerCategory("Code")]
[DesignerSerializer("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require)]
[ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class ImGearThumbnailList : public System.Web.UI.WebControls.DataBoundControl
[Designer("ImageGear.Web.UI.ViewerDesigner,ImageGear.Web")]
[ToolboxData("<{0}:ImGearThumbnailList runat=server Width="149px" Height="600px" ></{0}:ImGearThumbnailList>")]
[ToolboxBitmap(ImageGear.Web.UI.ImGearThumbnailList, "ImGearThumbnailList.ico")]
[DefaultProperty("DataSourceID")]
[ParseChildren(true)]
[PersistChildren(false)]
[Themeable(true)]
[Bindable(true)]
[DesignerCategory("Code")]
[DesignerSerializer("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require)]
[ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public ref class ImGearThumbnailList : public System.Web.UI.WebControls.DataBoundControl
Inheritance Hierarchy
See Also