DecimalTextBoxBlankEnabled Property
Gets or sets whether
Blank state can be enabled.
When
, then the
DecimalTextBox will be automatically blank if
Value is out of range.
Default value:
.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool BlankEnabled { get; set; }
<DefaultValueAttribute(true)>
Public Property BlankEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool BlankEnabled {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member BlankEnabled : bool with get, set
Property Value
Boolean