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.3179.0 (4.8.3179.0)
Syntax
C#
public SingleChoiceObject(
	string[] choices,
	int selection
)

Parameters

choices  String

[Missing <param name="choices"/> documentation for "M:Altaxo.Gui.Common.SingleChoiceObject.#ctor(System.String[],System.Int32)"]

selection  Int32

[Missing <param name="selection"/> documentation for "M:Altaxo.Gui.Common.SingleChoiceObject.#ctor(System.String[],System.Int32)"]

See Also