DragDropModifiers 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| None | 0 | 修飾子はありません。 |
| Shift | 1 | Shift キー。 |
| Control | 2 | Ctrl キー。 |
| Alt | 4 | Alt キー。 |
| LeftButton | 8 | マウスの左ボタン。 |
| MiddleButton | 16 | マウスの中央ボタン。 |
| RightButton | 32 | マウスの右ボタン。 |