Freigeben über


DragDropModifiers Enumeration

Definition

Gibt die unterstützten Modifizierer (Taste und Maustaste) an, die auf einen Drag-and-Drop-Vorgang angewendet werden können.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class DragDropModifiers
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
enum class DragDropModifiers
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
public enum DragDropModifiers
var value = Microsoft.UI.Input.DragDrop.DragDropModifiers.none
Public Enum DragDropModifiers
Vererbung
DragDropModifiers
Attribute

Felder

Alt 4

Die ALT-TASTE.

Control 2

Die STRG-TASTE.

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:

Weitere Informationen