패키지 | 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:17 PM Z