| Package | mx.managers |
| Interface | public interface IFocusManagerGroup |
| Property | Defined by | ||
|---|---|---|---|
| groupName : String
The name of the group of controls to which the control belongs.
| IFocusManagerGroup | ||
| selected : Boolean
A flag that indicates whether this control is selected.
| IFocusManagerGroup | ||
| groupName | property |
groupName:String [read-write]The name of the group of controls to which the control belongs.
Implementation public function get groupName():String
public function set groupName(value:String):void
| selected | property |
selected:Boolean [read-write]A flag that indicates whether this control is selected.
Implementation public function get selected():Boolean
public function set selected(value:Boolean):void