ShellTreeViewImageList Property |
Gets or sets a list of images.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ImageList ImageList { get; set; }Public Property ImageList As ImageList
Get
Set
public:
property ImageList^ ImageList {
ImageList^ get ();
void set (ImageList^ value);
}member ImageList : ImageList with get, set
Property Value
ImageListA list of images.
See Also