Click or drag to resize

IIntegerAndComboBoxViewIntegerEdit_Initialize Method

Initializes the integer editor.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void IntegerEdit_Initialize(
	int min,
	int max,
	int val
)

Parameters

min  Int32
The minimum allowed integer value.
max  Int32
The maximum allowed integer value.
val  Int32
The initial integer value.
See Also