| C1.Win.TreeView Namespace > C1TreeView Class : ImageList Property |
'Declaration<C1CategoryAttribute("Appearance")> <DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets the image list used to provide images to show on the tree nodes.")> Public Property ImageList As ImageList
'UsageDim instance As C1TreeView Dim value As ImageList instance.ImageList = value value = instance.ImageList
[C1Category("Appearance")] [DefaultValue()] [C1Description("Gets or sets the image list used to provide images to show on the tree nodes.")] public ImageList ImageList {get; set;}
[C1Category("Appearance")] [DefaultValue()] [C1Description("Gets or sets the image list used to provide images to show on the tree nodes.")] public: property ImageList^ ImageList { ImageList^ get(); void set ( ImageList^ value); }
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