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.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
public bool ChangeValueOnTextChange { get; set; }

Property Value

Boolean

See Also