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.3572.0 (4.8.3572.0)
Syntax
C#
public TextChoice(
	string[] choices,
	int selection,
	bool allowFreeText
)

Parameters

choices  String
The available choices.
selection  Int32
The initially selected index.
allowFreeText  Boolean
A value indicating whether free-text input is allowed.
See Also