패키지 | mx.events |
클래스 | public final class SliderEventClickTarget |
상속 | SliderEventClickTarget Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
clickTarget
property of the SliderEvent class.
기타 예제
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
THUMB : String = "thumb" [정적]
Specifies that the Slider's thumb was clicked. | SliderEventClickTarget | ||
TRACK : String = "track" [정적]
Specifies that the Slider's track was clicked. | SliderEventClickTarget |
상수 세부 정보
THUMB | 상수 |
public static const THUMB:String = "thumb"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies that the Slider's thumb was clicked.
TRACK | 상수 |
public static const TRACK:String = "track"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies that the Slider's track was clicked.
Tue Jun 12 2018, 03:17 PM Z