Styles of the items in a ImageList control.
public enum ImageListItemStyle
Public Enum ImageListItemStyle
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ImageListItemStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Normal |
Normal items. For a visual representation, refer to ImageList.ItemStyle. |
1 | Button |
Use button style items. For a visual representation, refer to ImageList.ItemStyle. |
2 | Explorer |
Use Windows Explorer style items. For a visual representation, refer to ImageList.ItemStyle. |
3 | 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET