Class ValueEditorSingle
Imlements float editor with validation.
[ControlCategory("Editors")]
public class ValueEditorSingle : ValueEditorCustom, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, IControlAndLabel, INotifyDataErrorInfo
- Inheritance
-
ValueEditorSingle
- Implements
Constructors
- ValueEditorSingle()
Initializes a new instance of the ValueEditorSingle class.
- ValueEditorSingle(Control)
Initializes a new instance of the ValueEditorSingle class.
- ValueEditorSingle(string, float?)
Initializes a new instance of the ValueEditorSingle class.
Fields
- UseCharValidator
Gets or sets whether to use char validator to limit unwanted chars in the input. Default is False.
Methods
- Init()
Initializes main child control.