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