CustomDrawEventArgsDrawDefault Property |
Gets or sets if drawing should be done by system.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool DrawDefault { get; set; }
Public Property DrawDefault As Boolean
Get
Set
public:
property bool DrawDefault {
bool get ();
void set (bool value);
}
member DrawDefault : bool with get, set
Property Value
Type:
BooleanSee Also