| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterImageListViewStyle Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageListViewStyle | |
| C# | |
|---|---|
public enum RasterImageListViewStyle : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class RasterImageListViewStyle : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Button | Use button style items. For a visual representation, refer to RasterImageList Appearance. |
| Explorer | Use Windows Explorer style items. For a visual representation, refer to RasterImageList Appearance. |
| Normal | Normal items. For a visual representation, refer to RasterImageList Appearance. |
| OwnerDraw | The user is responsible for drawing the items. For more information and an example, refer to the RasterImageList.DrawItem event. |
For an example, refer to RasterImageList.ViewStyle.
For more information about item appearance, refer to RasterImageList Appearance.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterImageListViewStyle
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code