| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IToggleButtonModel interface describes the minimum set of properties
available to ToggleButton that displays a text label.
html:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The html formatted text displayed in the control.
Implementation public function get html():String public function set html(value:String):voidselected:Boolean| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
true if the button is selected.
Implementation public function get selected():Boolean public function set selected(value:Boolean):voidtext:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The text displayed in the control.
Implementation public function get text():String public function set text(value:String):void
Mon Sep 5 2016, 07:19 AM -07:00