ISingleChoiceViewInitializeChoice Method |
Initializes the choices and the initial selection.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void InitializeChoice(
string[] values,
int initialchoice
)
Parameters
- values String
- The choices.
- initialchoice Int32
- The index of the initial selected choice.
See Also