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!

ListView.StateImageList

[To be supplied.]

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

See Also

ListView Class | ListView Members | System.WinForms Namespace