←Select platform

RasterImageListViewStyle Enumeration

Summary

Values for the RasterImageList.ViewStyle property.

Syntax

C#
VB
C++
public enum RasterImageListViewStyle 
  
Public Enum RasterImageListViewStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RasterImageListViewStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NormalNormal items. For a visual representation, refer to RasterImageList Appearance.
1ExplorerUse Windows Explorer style items. For a visual representation, refer to RasterImageList Appearance.
2ButtonUse button style items. For a visual representation, refer to RasterImageList Appearance.
3OwnerDrawThe user is responsible for drawing the items. For more information and an example, refer to the RasterImageList.DrawItem event.
Remarks

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

Example

For an example, refer to RasterImageList.ViewStyle.

Requirements

Target Platforms

See Also

Reference

Leadtools.WinForms Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly