Pacchetto | mx.core |
Classe | public final class InteractionMode |
Ereditarietà | InteractionMode Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
interactionMode
property of the UIComponent class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
MOUSE : String = "mouse" [statico]
The main interaction mode for this component is through
the mouse. | InteractionMode | ||
TOUCH : String = "touch" [statico]
The main interaction mode for this component is through
touch. | InteractionMode |
Descrizione delle costanti
MOUSE | Costante |
public static const MOUSE:String = "mouse"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through the mouse.
TOUCH | Costante |
public static const TOUCH:String = "touch"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through touch.
Tue Jun 12 2018, 02:44 PM Z