CustomDrawEventArgsDrawDefault Property |
Gets or sets if drawing should be done by system.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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