DragInfo.Modifiers Property

Definition

Gets the bitwise combination of zero or more modifiers (key and mouse button) that have been applied to the drag and drop operation.

public:
 property DragDropModifiers Modifiers { DragDropModifiers get(); };
DragDropModifiers Modifiers();
public DragDropModifiers Modifiers { get; }
var dragDropModifiers = dragInfo.modifiers;
Public ReadOnly Property Modifiers As DragDropModifiers

Property Value

The bitwise combination of zero or more modifiers (key and mouse button) that have been applied to the drag and drop operation.

Applies to