PointerPointProperties.IsRightButtonPressed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示是否由次要動作模式觸發指標輸入, (是否支援輸入裝置的) 。
public:
property bool IsRightButtonPressed { bool get(); };
bool IsRightButtonPressed();
public bool IsRightButtonPressed { get; }
var boolean = pointerPointProperties.isRightButtonPressed;
Public ReadOnly Property IsRightButtonPressed As Boolean
屬性值
Boolean
bool
如果次要動作模式,則為 True;否則為 false。
備註
各種輸入裝置次要動作模式的範例:
- 觸控指標不會設定這個屬性。
- 當手寫筆筆尖與數位板表面接觸,以及修改按鈕時,手寫筆指標 (請參閱 IsBarrelButtonPressed) 。 橡皮擦提示不會 (請參閱 IsEraser) 。
- 按下滑鼠右鍵時的滑鼠指標。