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 鍵。 |