| 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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic 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
Boolean See Also
See Also