Click or drag to resize

IFreeTextChoiceViewSetChoices Method

Sets the available choices.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetChoices(
	string[] values,
	int initialselection,
	bool allowFreeText
)

Parameters

values  String
The available choices.
initialselection  Int32
The initial selection index.
allowFreeText  Boolean
If set to , free text input is allowed.
See Also