ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class
Members




In This Topic
    ImGearThumbnailItem Class
    In This Topic
    Represents one of the thumbnail items displayed on the thumbnail browser.
    Object Model
    ImGearThumbnailItem ClassImGearARTPage ClassImGearPage ClassImGearLoadingSelection Class
    Syntax
    'Declaration
     
    <DefaultPropertyAttribute("BorderStyle")>
    <DefaultEventAttribute("Paint")>
    <DockingAttribute(DockingBehavior.Ask)>
    <DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <SRDescriptionAttribute("DescriptionPanel")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.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.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    Public Class ImGearThumbnailItem 
       Inherits System.Windows.Forms.Panel
       Implements IImGearThumbnailItem 
    'Usage
     
    Dim instance As ImGearThumbnailItem
    [DefaultProperty("BorderStyle")]
    [DefaultEvent("Paint")]
    [Docking(DockingBehavior.Ask)]
    [Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionPanel")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.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.Windows.Forms")]
    [DesignerCategory("Component")]
    public class ImGearThumbnailItem : System.Windows.Forms.Panel, IImGearThumbnailItem  
    [DefaultProperty("BorderStyle")]
    [DefaultEvent("Paint")]
    [Docking(DockingBehavior.Ask)]
    [Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionPanel")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.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.Windows.Forms")]
    [DesignerCategory("Component")]
    public __gc class ImGearThumbnailItem : public System.Windows.Forms.Panel, IImGearThumbnailItem  
    [DefaultProperty("BorderStyle")]
    [DefaultEvent("Paint")]
    [Docking(DockingBehavior.Ask)]
    [Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionPanel")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.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.Windows.Forms")]
    [DesignerCategory("Component")]
    public ref class ImGearThumbnailItem : public System.Windows.Forms.Panel, IImGearThumbnailItem  
    Remarks
    Your application can iterate through the collection of ImGearThumbnailItem using the Item method and Count property of ImGearThumbnailCtl. Some of the event handlers are using ImGearThumbnailItem objects (for instance, when someone clicks on a particular thumbnail item).
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.Panel
                      ImageGear.Windows.Forms.Thumbnails.ImGearThumbnailItem

    See Also