Paket | mx.core |
Klass | public final class InteractionMode |
Arv | InteractionMode Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
interactionMode
property of the UIComponent class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
MOUSE : String = "mouse" [statisk]
The main interaction mode for this component is through
the mouse. | InteractionMode | ||
TOUCH : String = "touch" [statisk]
The main interaction mode for this component is through
touch. | InteractionMode |
Konstantdetaljer
MOUSE | Konstant |
public static const MOUSE:String = "mouse"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through the mouse.
TOUCH | Konstant |
public static const TOUCH:String = "touch"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through touch.
Tue Jun 12 2018, 01:40 PM Z