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

The Currently set ImageList for Large Icon mode.

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

See Also

ListView Class | ListView Members | System.WinForms Namespace