←Select platform

ImageListItemStyle Enumeration

Summary

Styles of the items in a ImageList control.

Syntax

C#
VB
C++
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

ValueMemberDescription
0Normal

Normal items. For a visual representation, refer to ImageList.ItemStyle.

1Button

Use button style items. For a visual representation, refer to ImageList.ItemStyle.

2Explorer

Use Windows Explorer style items. For a visual representation, refer to ImageList.ItemStyle.

3UserStyle

The user is responsible for the appearance of the items.

Remarks

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.

Example

For XAML example, refer to ImageList.ItemStyle.

For C#/VB examples, refer to ImageList.ItemStyle.

Requirements

Target Platforms

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

Leadtools.Windows.Controls Assembly