Enables and disables default control paing (i.e. frame around of GroupBox).
Namespace:
Greatis.GradientControlsAssembly: Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic |
|---|
<DefaultValueAttribute(True)> _ Public Property DefaultPaint As Boolean Get Set |
| C# |
|---|
[DefaultValueAttribute(true)] public bool DefaultPaint { get; set; } |
| Visual C++ |
|---|
[DefaultValueAttribute(true)] public: property bool DefaultPaint { bool get (); void set (bool value); } |
| JavaScript |
|---|
function get_defaultPaint(); function set_defaultPaint(value); |