ShellTreeViewImageList Property |
Gets or sets a list of images.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
ImageListA list of images.
See Also