IFreeTextChoiceViewSetChoices Method |
Sets the available choices.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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