JamBaseShellListViewLargeImageList Property |
Gets or sets a list of large images.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ImageList LargeImageList { get; set; }
Public Property LargeImageList As ImageList
Get
Set
public:
property ImageList^ LargeImageList {
ImageList^ get ();
void set (ImageList^ value);
}
member LargeImageList : ImageList with get, set
Property Value
Type:
ImageListA list of large images.
See Also