DragInfo.Modifiers Property
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.
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.