Xceed SmartUI for WinForms v3.6 Documentation
ImageList Property (SmartItem)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class : ImageList Property
Gets the list of images that will be used by the SmartItem.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property ImageList As ImageList
'Usage
 
Dim instance As SmartItem
Dim value As ImageList
 
value = instance.ImageList
[Browsable(false)]
public virtual ImageList ImageList {get;}

Property Value

A reference to an ImageList object containing the list of images that will be used by the SmartItem. Can be a null reference (Nothing in Visual Basic).
Remarks

This property will search through the parent SmartItems and retrieve the ItemsImageList of the first SmartItem whose ItemsImageList property has been explicitly set. In the case where no parent SmartItem's ItemsImageList property has been explicitly set, the ParentSmartControl's ItemsImageList will be returned.

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

SmartItem Class
SmartItem Members