Class ValueEditorUInt16
Imlements ushort editor with validation.
[ControlCategory("Editors")]
public class ValueEditorUInt16 : TextBoxAndLabel, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, IControlAndLabel, INotifyDataErrorInfo
- Inheritance
-
ValueEditorUInt16
- Implements
Constructors
- ValueEditorUInt16()
Initializes a new instance of the ValueEditorUInt16 class.
- ValueEditorUInt16(Control)
Initializes a new instance of the ValueEditorUInt16 class.
- ValueEditorUInt16(string, ushort?)
Initializes a new instance of the ValueEditorUInt16 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.