Click or drag to resize

ISingleChoiceViewInitializeChoice Method

Initializes the choices and the initial selection.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InitializeChoice(
	string[] values,
	int initialchoice
)

Parameters

values  String
The choices.
initialchoice  Int32
The index of the initial selected choice.
See Also