ImageGear .NET v24.14 - Updated
ImGearThumbnailList Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearThumbnailList Class
This class controls operations with thumbnail items.
Object Model
ImGearThumbnailList ClassImGearPresentationPageDisplay Class
Syntax
'Declaration
 
<LocalizabilityAttribute(LocalizationCategory.ListBox)>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)>
<DefaultEventAttribute("SelectionChanged")>
<DefaultPropertyAttribute("SelectedIndex")>
<ContentPropertyAttribute("Items")>
<RuntimeNamePropertyAttribute("Name")>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
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")]
[RuntimeNameProperty("Name")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
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")]
[RuntimeNameProperty("Name")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
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")]
[RuntimeNameProperty("Name")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public ref class ImGearThumbnailList : public System.Windows.Controls.ListBox, IImGearCommandManager  
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ItemsControl
                        System.Windows.Controls.Primitives.Selector
                           System.Windows.Controls.ListBox
                              ImageGear.Windows.Controls.ImGearThumbnailList

See Also

Reference

ImGearThumbnailList Members
ImageGear.Windows.Controls Namespace