JamBaseShellListViewActiveImageList Property |
Gets the ImageList that is currently used.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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