Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 905 Bytes

drageventargs_modifiers.md

File metadata and controls

25 lines (17 loc) · 905 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.DragEventArgs.Modifiers
winrt property

Microsoft.UI.Xaml.DragEventArgs.Modifiers

-description

Gets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.

-property-value

One or more members of the DragDropModifiers flag enumeration.

-remarks

The effect of a drag-and-drop operation can be adjusted depending on the state of a particular key. For example, data may either be copied or moved depending on whether the CTRL or SHIFT keys are pressed during the drag-and-drop operation.

-examples

-see-also

Drag-and-drop overview