LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

ImageListItemStyle Enumeration






Styles of the items in a ImageList control. .NET support Silverlight support
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 ImageListItemStyle : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Windows.Controls.ImageListItemStyle = function() { };
Leadtools.Windows.Controls.ImageListItemStyle.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ImageListItemStyle : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Button

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

Explorer

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

Normal

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

UserStyle

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Windows.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.