Package | mx.skins.halo |
Class | public class BusyCursor |
Inheritance | BusyCursor FlexSprite flash.display.Sprite |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Method | Defined By | ||
---|---|---|---|
BusyCursor(styleManager:IStyleManager2 = null)
Constructor. | BusyCursor | ||
toString():String [override]
Returns a string indicating the location of this object
within the hierarchy of DisplayObjects in the Application. | FlexSprite |
BusyCursor | () | Constructor |
public function BusyCursor(styleManager:IStyleManager2 = null)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
ParametersstyleManager:IStyleManager2 (default = null ) — - The style manager associated with the object creating
the cursor. The style manager is used to get the style declaration of the
cursor manager which determines the class used for the busy cursor.
If styleManager is null, the top-level style manager will be used.
|