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
lables, to access the labels displayed in the component.
selectedObject, to access the value corresponding to the label.
selectedLabels, to access the currently selected labels in multi-valued components.
Accessing User Input in Script, for more information about selectedLabel.
| << position | © 1996-2013 InetSoft Technology Corporation (v11.5) | selectedLabels >> |