ShellTreeViewUseSystemStyles Property |
Use this property to turn on or off the usage of the system specific design, i.e. enable Vista visual styles of the explorer components.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool UseSystemStyles { get; set; }
Public Property UseSystemStyles As Boolean
Get
Set
public:
property bool UseSystemStyles {
bool get ();
void set (bool value);
}
member UseSystemStyles : bool with get, set
Property Value
Type:
BooleanSee Also