This class controls operations with thumbnail items.
Object Model
Syntax
'Declaration
<LocalizabilityAttribute(LocalizationCategory.ListBox)>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)>
<DefaultEventAttribute("SelectionChanged")>
<DefaultPropertyAttribute("SelectedIndex")>
<ContentPropertyAttribute("Items")>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class ImGearThumbnailList
Inherits System.Windows.Controls.ListBox
Implements IImGearCommandManager
'Usage
Dim instance As ImGearThumbnailList
[Localizability(LocalizationCategory.ListBox)]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)]
[DefaultEvent("SelectionChanged")]
[DefaultProperty("SelectedIndex")]
[ContentProperty("Items")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class ImGearThumbnailList : System.Windows.Controls.ListBox, IImGearCommandManager
[Localizability(LocalizationCategory.ListBox)]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)]
[DefaultEvent("SelectionChanged")]
[DefaultProperty("SelectedIndex")]
[ContentProperty("Items")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public __gc class ImGearThumbnailList : public System.Windows.Controls.ListBox, IImGearCommandManager
[Localizability(LocalizationCategory.ListBox)]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)]
[DefaultEvent("SelectionChanged")]
[DefaultProperty("SelectedIndex")]
[ContentProperty("Items")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class ImGearThumbnailList : public System.Windows.Controls.ListBox, IImGearCommandManager
Inheritance Hierarchy
See Also