DecimalTextBoxChangeValueOnTextChange Property
Gets or sets whether
Value should be changed for every keystroke when the text is edited.
Default value:
, meaning,
Value changes only when the control is left.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(false)]
public bool ChangeValueOnTextChange { get; set; }
<DefaultValueAttribute(false)>
Public Property ChangeValueOnTextChange As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ChangeValueOnTextChange {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member ChangeValueOnTextChange : bool with get, set
Property Value
Boolean