Click or drag to resize

TextChoiceSelectedIndex Property

If a predefined choice is selected, this gets the index of the choice. If free text is given, the value is -1.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int SelectedIndex { get; set; }

Property Value

Int32
See Also