次の方法で共有


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 キー。

適用対象

こちらもご覧ください