Visual Basic (Declaration) | |
---|---|
Public Enum ImageListItemStyle Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageListItemStyle |
C# | |
---|---|
public enum ImageListItemStyle : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class ImageListItemStyle : public System.Enum, IComparable, IConvertible, 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. |
For XAML example, refer to ImageList.ItemStyle.
For C#/VB examples, refer to ImageList.ItemStyle.
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.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.ImageListItemStyle
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family