Constructor ValueEditorByte
ValueEditorByte(Control)
Initializes a new instance of the ValueEditorByte class.
public ValueEditorByte(Control parent)
Parameters
parent
ControlParent of the control.
ValueEditorByte(string, byte?)
Initializes a new instance of the ValueEditorByte class.
public ValueEditorByte(string title, byte? value = null)
Parameters
ValueEditorByte()
Initializes a new instance of the ValueEditorByte class.
public ValueEditorByte()