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
- 属性
字段
Alt | 4 | Alt 键。 |
Control | 2 | Ctrl 键。 |
LeftButton | 8 | 鼠标左按钮。 |
MiddleButton | 16 | 鼠标中键。 |
None | 0 | 无修饰符。 |
RightButton | 32 | 鼠标右按钮。 |
Shift | 1 | Shift 键。 |