Click or drag to resize

SingleChoiceObject Constructor

Initializes a new instance of the SingleChoiceObject class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SingleChoiceObject(
	string[] choices,
	int selection
)

Parameters

choices  String
The available choices.
selection  Int32
The initially selected index.
See Also