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.SmallImageList

The currently set SmallIcon image list.

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

See Also

ListView Class | ListView Members | System.WinForms Namespace