Leadtools.Windows.Controls Namespace : ImageListItemStyle Enumeration |
public enum ImageListItemStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ImageListItemStyle Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ImageListItemStyle
public enum ImageListItemStyle : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Windows.Controls.ImageListItemStyle = function() { }; Leadtools.Windows.Controls.ImageListItemStyle.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ImageListItemStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Button | Use button style items. For a visual representation, refer to ImageList.ItemStyle. |
Explorer | Use Windows Explorer style items. For a visual representation, refer to ImageList.ItemStyle. |
Normal | Normal items. For a visual representation, refer to ImageList.ItemStyle. |
UserStyle | The user is responsible for the appearance of the items. |
The ImageListItemStyle enumeration is used as the value for the ImageList.ItemStyle property.
The ImageList control contains pre-defined styles for various ways to draw the items. It will set these predefined styles in the ItemContainerStyle property. When ImageListItemStyle.UserStyle is specified, it is up to you to set the required styles in ItemContainerStyle.
For more information, refer to the ImageListItemStyle enumeration.
For XAML example, refer to ImageList.ItemStyle.
For C#/VB examples, refer to ImageList.ItemStyle.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.ImageListItemStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2