套件 | mx.managers |
類別 | public final class CursorManagerPriority |
繼承 | CursorManagerPriority Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
priority
argument to the
CursorManager.setCursor()
method.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
HIGH : int = 1 [靜態]
Constant that specifies the highest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
LOW : int = 3 [靜態]
Constant that specifies the lowest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
MEDIUM : int = 2 [靜態]
Constant that specifies a medium cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority |
常數詳細資訊
HIGH | 常數 |
public static const HIGH:int = 1
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Constant that specifies the highest cursor priority when passed
as the priority
argument to setCursor()
.
LOW | 常數 |
public static const LOW:int = 3
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Constant that specifies the lowest cursor priority when passed
as the priority
argument to setCursor()
.
MEDIUM | 常數 |
public static const MEDIUM:int = 2
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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, 03:47 PM Z