SingleChoiceController(String, Int32) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic SingleChoiceController(
string[] values,
int selected
)
Parameters
- values String
- The selectable values.
- selected Int32
- The initially selected index.
See Also