共用方式為


PointerPointProperties.IsLeftButtonPressed 屬性

定義

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

public:
 property bool IsLeftButtonPressed { bool get(); };
bool IsLeftButtonPressed();
public bool IsLeftButtonPressed { get; }
var boolean = pointerPointProperties.isLeftButtonPressed;
Public ReadOnly Property IsLeftButtonPressed As Boolean

屬性值

Boolean

bool

如果主要動作模式,則為 True;否則為 false。

備註

各種輸入裝置的主要動作模式範例:

  • 接觸數位板表面時的觸控指標。
  • 當手寫筆提示與數位板表面接觸且沒有修改按鈕時,手寫筆指標 (會看到 IsBarrelButtonPressed) 。 橡皮擦提示不會設定此屬性, (請參閱 IsEraser) 。
  • 按下滑鼠左鍵時,滑鼠指標。

適用於

另請參閱