CustomEditComboBoxUseSystemStyles 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 (in ShellBrowser.dll) Version: 7.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