DragFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for a drag-and-drop operation.
public enum DragFlags
type DragFlags =
- Inheritance
-
DragFlags
Fields
| Name | Value | Description |
|---|---|---|
| GlobalUriRead | 1 | Indicates the global URI read behavior for a drag operation. |
| GlobalUriWrite | 2 | Indicates the global URI write behavior for a drag operation. |
| GlobalPersistableUriPermission | 64 | Indicates the global persistable URI permission behavior for a drag operation. |
| GlobalPrefixUriPermission | 128 | Indicates the global prefix URI permission behavior for a drag operation. |
| Global | 256 | Indicates the global behavior for a drag operation. |
| Opaque | 512 | Indicates the opaque behavior for a drag operation. |
| AccessibilityAction | 1024 | Indicates the accessibility action behavior for a drag operation. |
| GlobalSameApplication | 4096 | Indicates the global same application behavior for a drag operation. |
| StartIntentSenderOnUnhandledDrag | 8192 | Indicates the start intent sender on unhandled drag behavior for a drag operation. |
| HideCallingTaskOnDragStart | 16384 | Indicates the hide calling task on drag start behavior for a drag operation. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.