Paket | mx.events |
Klass | public final class SliderEventClickTarget |
Arv | SliderEventClickTarget Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
clickTarget
property of the SliderEvent class.
Fler exempel
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
THUMB : String = "thumb" [statisk]
Specifies that the Slider's thumb was clicked. | SliderEventClickTarget | ||
TRACK : String = "track" [statisk]
Specifies that the Slider's track was clicked. | SliderEventClickTarget |
Konstantdetaljer
THUMB | Konstant |
public static const THUMB:String = "thumb"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the Slider's thumb was clicked.
TRACK | Konstant |
public static const TRACK:String = "track"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the Slider's track was clicked.
Tue Jun 12 2018, 01:40 PM Z