enum DropAction : System.Enum

robot_2Generated
code_blocksInput

Description

The DropAction enumeration is used to indicate the type of action that will occur during a drag-and-drop event when the mouse button is released. In Windows, these actions are also displayed as text near the cursor to inform the user of the outcome if they release the mouse button.

Members

Fields

Member NameSummary
CopyThe data will be copied.
MoveThe data will be moved.
LinkThe data will be linked.
IgnoreIgnore this drop action.