Click or drag to resize

TextChoice Constructor

Initializes a new instance of the TextChoice class

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

Parameters

choices  String

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

selection  Int32

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

allowFreeText  Boolean

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

See Also