DragDropModifiers Enumeration

Definition

Stellt die Schlüsselmodifizierer dar, die auf einen Drag-and-Drop-Vorgang angewendet werden. Es können null oder mehr Modifizierer enthalten sein.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class DragDropModifiers
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DragDropModifiers
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DragDropModifiers
Public Enum DragDropModifiers
Vererbung
DragDropModifiers
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Alt 4

Die Alt-Taste.

Control 2

Der Steuerschlüssel.

LeftButton 8

Die linke Maustaste.

MiddleButton 16

Die mittlere Maustaste.

None 0

Keine Modifizierer.

RightButton 32

Die rechte Maustaste.

Shift 1

Die Umschalttaste.

Gilt für: