selectedLabel

Specifies the selected label of the component (not the value). Applies to single value input elements (Slider, Spinner, Radio Button, Combo Box) and the tabs of co-located components (Tabbed Interface). This property is readable and writable.

Type

String label of the selected option

Example

RadioButton1.selectedLabel = 'New Jersey';

See Also

selectedObject, to access the value corresponding to the label.

Accessing User Input in Script, for more information about selectedLabel.

<< position © 1996-2013 InetSoft Technology Corporation (v11.4) selectedLabels >>