Sandbox Logo

enum DropAction : System.Enum

Summary

Used to tell the user what kind of action will happen during a drag and drop event on mouse release. In Windows, these actions will also display text near cursor to let the user know what will happen if they release their mouse button.

User Comments