Initializes a new instance of the TrackBarEditor class.

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

Syntax

C#
public TrackBarEditor(
	int minValue,
	int maxValue
)
Visual Basic
Public Sub New ( 
	minValue As Integer,
	maxValue As Integer
)
Visual C++
public:
TrackBarEditor(
	int minValue, 
	int maxValue
)
F#
new : 
        minValue : int * 
        maxValue : int -> TrackBarEditor

Parameters

minValue
Type: System..::..Int32
The lower limit of the range.
maxValue
Type: System..::..Int32
The upper limit of the range.

See Also