LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

ImageListItemStyle Enumeration

Show in webframe





Styles of the items in a ImageList control.
Syntax
public enum ImageListItemStyle : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageListItemStyle 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageListItemStyle

            

            
public enum class ImageListItemStyle : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Normal

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

0x00000001Button

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

0x00000002Explorer

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

0x00000003UserStyle

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.ImageListItemStyle

Requirements

Target Platforms

See Also

Reference

Leadtools.Windows.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.