Xceed SmartUI for WinForms v3.6 Documentation
ItemsImageList Property (SmartControl)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartControl Class : ItemsImageList Property
Gets or sets the list of images that will be used by the Items of the SmartControl.
Syntax
'Declaration
 
<DescriptionAttribute("The list of images that will be used by the child items of the SmartControl.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(False)>
<LocalizableAttribute(True)>
Public Property ItemsImageList As ImageList
'Usage
 
Dim instance As SmartControl
Dim value As ImageList
 
instance.ItemsImageList = value
 
value = instance.ItemsImageList
[Description("The list of images that will be used by the child items of the SmartControl.")]
[Category("Appearance")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(false)]
[Localizable(true)]
public ImageList ItemsImageList {get; set;}

Property Value

A reference to an ImageList object containing the list of images that will be used by the Items the SmartControl. Can be a null reference (Nothing in Visual Basic).
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

SmartControl Class
SmartControl Members