Pacote | mx.core |
Classe | public final class InteractionMode |
Herança | InteractionMode Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 2.5 |
interactionMode
property of the UIComponent class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
MOUSE : String = "mouse" [estático]
The main interaction mode for this component is through
the mouse. | InteractionMode | ||
TOUCH : String = "touch" [estático]
The main interaction mode for this component is through
touch. | InteractionMode |
Detalhes da constante
MOUSE | Constante |
public static const MOUSE:String = "mouse"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through the mouse.
TOUCH | Constante |
public static const TOUCH:String = "touch"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through touch.
Wed Jun 13 2018, 11:10 AM Z