Share via


UIDropOperation Enum

Definition

Enumerates drag activity drop resolutions.

[ObjCRuntime.Native]
public enum UIDropOperation
[<ObjCRuntime.Native>]
type UIDropOperation = 
Inheritance
UIDropOperation
Attributes

Fields

Name Value Description
Cancel 0

Indicates that dropping items will not result in data transfer.

Forbidden 1

Indicates that dropping items will result in the items being rejected, though they would normall be accepted.

Copy 2

Indicates that dropping items will result in the data being copied.

Move 3

Indicates that dropping items will result in the data being moved.

Applies to