Represents a thumbnail control.
Object Model
Syntax
'Declaration
<TemplatePartAttribute(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class ImGearThumbnailCtl
Inherits System.Windows.Controls.Control
'Usage
Dim instance As ImGearThumbnailCtl
[TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class ImGearThumbnailCtl : System.Windows.Controls.Control
[TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public __gc class ImGearThumbnailCtl : public System.Windows.Controls.Control
[TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class ImGearThumbnailCtl : public System.Windows.Controls.Control
Inheritance Hierarchy
See Also