JamBaseShellListViewLargeImageList Property |
Gets or sets a list of large images.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
ImageListA list of large images.
See Also