Packagemx.events
Classpublic final class SliderEventClickTarget

The SliderEventClickTarget class defines the constants for the values of the clickTarget property of the SliderEvent class.

See also

mx.events.SliderEvent


Public Constants
 ConstantDefined 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
Constant detail
THUMBconstant
public static const THUMB:String = "thumb"

Specifies that the Slider's thumb was clicked.

TRACKconstant 
public static const TRACK:String = "track"

Specifies that the Slider's track was clicked.