Initializes a new instance of the UpDownNumericEditor class.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public UpDownNumericEditor(
	int step
)
Visual Basic
Public Sub New ( 
	step As Integer
)
Visual C++
public:
UpDownNumericEditor(
	int step
)
F#
new : 
        step : int -> UpDownNumericEditor

Parameters

step
Type: System..::..Int32
The step.

See Also