Paket | mx.core |
Sınıf | public final class InteractionMode |
Miras Alma | InteractionMode Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.5 |
interactionMode
property of the UIComponent class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
MOUSE : String = "mouse" [statik]
The main interaction mode for this component is through
the mouse. | InteractionMode | ||
TOUCH : String = "touch" [statik]
The main interaction mode for this component is through
touch. | InteractionMode |
Sabit Ayrıntısı
MOUSE | Sabit |
public static const MOUSE:String = "mouse"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through the mouse.
TOUCH | Sabit |
public static const TOUCH:String = "touch"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through touch.
Tue Jun 12 2018, 01:09 PM Z