JamBaseShellListViewActiveImageList Property |
Gets the ImageList that is currently used.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ImageList ActiveImageList { get; }
Public ReadOnly Property ActiveImageList As ImageList
Get
public:
property ImageList^ ActiveImageList {
ImageList^ get ();
}
member ActiveImageList : ImageList with get
Property Value
Type:
ImageListAn ImageList matching the current view.
See Also