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