DropLocation 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 the location of the drop in a drag and drop action.
public enum DropLocation
type DropLocation =
Public Enum DropLocation
- Inheritance
-
DropLocation
Fields
Above | 1 | Drop above the element matched by the query. |
Below | 2 | Drop below the element matched by the query. |
Left | 3 | Drop to the left of the element matched by the query. |
OnTop | 0 | Drop on top of the element matched by the query. |
Right | 4 | Drop to the right of the element matched by the query. |