Represents one of the thumbnail items displayed on the thumbnail browser.
Object Model
Syntax
'Declaration
<DockingAttribute(DockingBehavior.Ask)>
<DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<SRDescriptionAttribute("DescriptionPanel")>
<DefaultPropertyAttribute("BorderStyle")>
<DefaultEventAttribute("Paint")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DesignerCategoryAttribute("Component")>
Public Class ImGearThumbnailItem
Inherits System.Windows.Forms.Panel
Implements IImGearThumbnailItem
'Usage
Dim instance As ImGearThumbnailItem
[Docking(DockingBehavior.Ask)]
[Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionPanel")]
[DefaultProperty("BorderStyle")]
[DefaultEvent("Paint")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategory("Component")]
public class ImGearThumbnailItem : System.Windows.Forms.Panel, IImGearThumbnailItem
[Docking(DockingBehavior.Ask)]
[Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionPanel")]
[DefaultProperty("BorderStyle")]
[DefaultEvent("Paint")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategory("Component")]
public __gc class ImGearThumbnailItem : public System.Windows.Forms.Panel, IImGearThumbnailItem
[Docking(DockingBehavior.Ask)]
[Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionPanel")]
[DefaultProperty("BorderStyle")]
[DefaultEvent("Paint")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategory("Component")]
public ref class ImGearThumbnailItem : public System.Windows.Forms.Panel, IImGearThumbnailItem
Inheritance Hierarchy
See Also