DragDropModifiers 列挙型

定義

ドラッグ アンド ドロップ操作に適用されるキー修飾子を表します。 0 個以上の修飾子を含めることができます。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
継承
DragDropModifiers
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Alt 4

alt キー。

Control 2

コントロール キー。

LeftButton 8

マウスの左ボタン

MiddleButton 16

マウスの中央ボタン

None 0

なし

RightButton 32

マウスの右ボタン

Shift 1

シフト キー。

適用対象