Package | mx.events |
Class | public final class SliderEventClickTarget |
Inheritance | SliderEventClickTarget ![]() |
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.