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