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