NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Label.ImageList

Gets or sets the images displayed in a Label.

[Visual Basic]
Public Property ImageList As ImageList
[C#]
public ImageList ImageList {get; set;}
[C++]
public: __property ImageList* get_ImageList();
public: __property void set_ImageList(ImageList*);
[JScript]
public function get ImageList() : ImageList;
public function set ImageList(ImageList);

Property Value

An ImageList that stores the collection of Image objects. The default value is a null reference (in Visual Basic Nothing).

Remarks

When the ImageIndex or ImageList property is set, the Image property is set to a null reference (Nothing).

See Also

Label Class | Label Members | System.WinForms Namespace | Image | ImageAlign | ImageIndex