ShellTreeViewShowOverlayIcons Property |
If set to 'false', no overlay icons will be show, which improves the performance of the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowOverlayIcons { get; set; }
Public Property ShowOverlayIcons As Boolean
Get
Set
public:
property bool ShowOverlayIcons {
bool get ();
void set (bool value);
}
member ShowOverlayIcons : bool with get, set
Property Value
Type:
BooleanSee Also