| Package | mx.events |
| Class | public final class SliderEventClickTarget |
| Inheritance | SliderEventClickTarget Object |
clickTarget property of the SliderEvent class.
See also
| Constant | Defined by | ||
|---|---|---|---|
| THUMB : String = "thumb" [static]
Specifies that the Slider's thumb was clicked.
| SliderEventClickTarget | ||
| TRACK : String = "track" [static]
Specifies that the Slider's track was clicked.
| SliderEventClickTarget | ||
| THUMB | constant |
public static const THUMB:String = "thumb"Specifies that the Slider's thumb was clicked.
| TRACK | constant |
public static const TRACK:String = "track"Specifies that the Slider's track was clicked.