PointerPointProperties.IsMiddleButtonPressed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示指標輸入是否由輸入裝置的第三個動作模式觸發。
public:
property bool IsMiddleButtonPressed { bool get(); };
bool IsMiddleButtonPressed();
public bool IsMiddleButtonPressed { get; }
var boolean = pointerPointProperties.isMiddleButtonPressed;
Public ReadOnly Property IsMiddleButtonPressed As Boolean
屬性值
Boolean
bool
如果第三個動作模式,則為 True;否則為 false。
備註
各種輸入裝置的第三個動作模式範例:
- 觸控指標不會設定這個屬性。
- 畫筆指標不會設定這個屬性。
- 按下滑鼠滾輪按鈕時,滑鼠指標。