Paket | mx.managers |
Klass | public final class CursorManagerPriority |
Arv | CursorManagerPriority Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
priority
argument to the
CursorManager.setCursor()
method.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
HIGH : int = 1 [statisk]
Constant that specifies the highest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
LOW : int = 3 [statisk]
Constant that specifies the lowest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
MEDIUM : int = 2 [statisk]
Constant that specifies a medium cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority |
Konstantdetaljer
HIGH | Konstant |
public static const HIGH:int = 1
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constant that specifies the highest cursor priority when passed
as the priority
argument to setCursor()
.
LOW | Konstant |
public static const LOW:int = 3
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constant that specifies the lowest cursor priority when passed
as the priority
argument to setCursor()
.
MEDIUM | Konstant |
public static const MEDIUM:int = 2
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constant that specifies a medium cursor priority when passed
as the priority
argument to setCursor()
.
Tue Jun 12 2018, 01:40 PM Z