(AIR のみ)
| 言語バージョン: | ActionScript 3.0 |
NativeDragActions クラスは、ドラッグ & ドロップアクションの名前のストリング定数を定義します。
NativeDragActions 定数は、NativeDragManager クラスおよび NativeDragEvent クラスの dropAction プロパティの値として使用されます。
public static const COPY:String = "copy"| 言語バージョン: | ActionScript 3.0 |
copy アクションに使用するストリングを定義します。
public static const LINK:String = "link"| 言語バージョン: | ActionScript 3.0 |
link アクションに使用するストリングを定義します。
public static const MOVE:String = "move"| 言語バージョン: | ActionScript 3.0 |
move アクションに使用するストリングを定義します。
public static const NONE:String = "none"| 言語バージョン: | ActionScript 3.0 |
アクションが指定されていないときに使用するストリングを定義します。
nativeDragComplete イベントでは、none アクションはドラッグ&ドロップ操作がユーザーによって中止されたことを示します。
© 2009 Adobe Systems Incorporated. All rights reserved.
Thu Mar 19 2009, 08:51 PM -07:00 現在のページ: http://livedocs.adobe.com/flex/3_jp/langref/flash/desktop/NativeDragActions.html