Click or drag to resize

IFreeTextChoiceViewSetChoices Method

[Missing <summary> documentation for "M:Altaxo.Gui.Common.IFreeTextChoiceView.SetChoices(System.String[],System.Int32,System.Boolean)"]


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

Parameters

values  String

[Missing <param name="values"/> documentation for "M:Altaxo.Gui.Common.IFreeTextChoiceView.SetChoices(System.String[],System.Int32,System.Boolean)"]

initialselection  Int32

[Missing <param name="initialselection"/> documentation for "M:Altaxo.Gui.Common.IFreeTextChoiceView.SetChoices(System.String[],System.Int32,System.Boolean)"]

allowFreeText  Boolean

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

See Also