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