Click or drag to resize

SingleChoiceControllerInitialize(String, Int32) Method

Initializes the selectable values and the selected index.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Initialize(
	string[] values,
	int selected
)

Parameters

values  String
The selectable values.
selected  Int32
The initially selected index.
See Also