JamBaseShellListViewSmallImageList Property |
Gets or sets a list of small images.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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