共用方式為


PointerPointProperties.IsRightButtonPressed 屬性

定義

取得值,這個值表示是否由次要動作模式觸發指標輸入, (是否支援輸入裝置的) 。

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

適用於

另請參閱