Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterImageListViewStyle Enumeration
See Also  
Leadtools.WinForms Namespace : RasterImageListViewStyle Enumeration




Values for the RasterImageList.ViewStyle property.

Syntax

Visual Basic (Declaration) 
Public Enum RasterImageListViewStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterImageListViewStyle
C# 
public enum RasterImageListViewStyle : Enum 
Managed Extensions for C++ 
__value public enum RasterImageListViewStyle : public Enum 
C++/CLI 
public enum class RasterImageListViewStyle : public Enum 

Members

MemberDescription
Normal Normal items. For a visual representation, refer to RasterImageList Appearance.
Explorer Use Windows Explorer style items. For a visual representation, refer to RasterImageList Appearance.
Button Use button style items. For a visual representation, refer to RasterImageList Appearance.
OwnerDraw The user is responsible for drawing the items. For more information and example, refer to the RasterImageList.DrawItem event.

Example

For an example, refer to RasterImageList.ViewStyle.

Remarks

For more information about item appearance, refer to RasterImageList Appearance.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterImageListViewStyle

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also