Xceed Chart for WinForms v4.4 Documentation
ImageList Property (PanelBar)


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > PanelBar Class : ImageList Property
Gets or sets the image list for the panel bar.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Xceed PanelBar")>
<DescriptionAttribute("Gets or sets the image list for the panel bar.")>
Public Property ImageList As ImageList
'Usage
 
Dim instance As PanelBar
Dim value As ImageList
 
instance.ImageList = value
 
value = instance.ImageList
[DefaultValue()]
[Category("Xceed PanelBar")]
[Description("Gets or sets the image list for the panel bar.")]
public ImageList ImageList {get; set;}
Remarks
Each band contained in the panel bar can have an icon in its caption, which is specified as an index in the provided image list.
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

PanelBar Class
PanelBar Members