共用方式為


DragDropModifiers 列舉

定義

指定可套用至拖放作業 (按鍵和滑鼠按鍵) 支援的修飾詞。

此列舉支援其成員值的位元組合。

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
繼承
DragDropModifiers
屬性

欄位

Alt 4

ALT 鍵。

Control 2

Ctrl 鍵。

LeftButton 8

滑鼠左鍵。

MiddleButton 16

滑鼠中鍵。

None 0

沒有修飾詞。

RightButton 32

滑鼠右鍵。

Shift 1

Shift 鍵。

適用於

另請參閱