Share via


PointerPointProperties.IsXButton1Pressed Property

Definition

Gets a value that indicates whether the pointer input was triggered by the first extended mouse button (XButton1).

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

Property Value

Boolean

bool

True if the first extended mouse button is pressed. Otherwise, false.

Remarks

XBUTTON1 is an additional button used on many mouse devices. It returns the same data as standard mouse buttons.

A touch pointer does not set this property.

A pen pointer does not set this property.

Applies to

See also