CADability dotNET
Sets the limits for the input ad determins whether an up/down control is displayed

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetMinMax(
	int min,
	int max,
	bool showupdown
)
Visual Basic
Public Sub SetMinMax ( _
	min As Integer, _
	max As Integer, _
	showupdown As Boolean _
)
Visual C++
public:
void SetMinMax(
	int min, 
	int max, 
	bool showupdown
)

Parameters

min
Type: System..::..Int32
minimum input value
max
Type: System..::..Int32
maximum input value
showupdown
Type: System..::..Boolean
true: show up/down control

See Also