Share via


PointerPointProperties.IsXButton1Pressed 屬性

定義

取得值,指出指標輸入是否由第一個擴充滑鼠按鍵觸發, (XButton1) 。

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

屬性值

Boolean

bool

如果按下第一個擴充滑鼠按鍵,則為 True;否則為 false。

備註

XBUTTON1 是許多滑鼠裝置上使用的額外按鈕。 它會傳回與標準滑鼠按鍵相同的資料。

觸控指標不會設定這個屬性。

畫筆指標不會設定這個屬性。

適用於

另請參閱