套件 | mx.core |
類別 | public final class InteractionMode |
繼承 | InteractionMode Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10, AIR 2.5 |
interactionMode
property of the UIComponent class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
MOUSE : String = "mouse" [靜態]
The main interaction mode for this component is through
the mouse. | InteractionMode | ||
TOUCH : String = "touch" [靜態]
The main interaction mode for this component is through
touch. | InteractionMode |
常數詳細資訊
MOUSE | 常數 |
public static const MOUSE:String = "mouse"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through the mouse.
TOUCH | 常數 |
public static const TOUCH:String = "touch"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through touch.
Tue Jun 12 2018, 03:47 PM Z