PointerPointProperties.IsXButton2Pressed Property

Gets the pressed state of the second extended mouse button.

Syntax

public:
property bool IsXButton2Pressed {
         bool get ();
}  

Property value

Type: bool 

  True if the button is pressed; otherwise false.

Remarks

XBUTTON1 and XBUTTON2 are additional buttons used on many mouse devices. They return the same data as standard mouse buttons.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

PointerPointProperties Class

PointerPointProperties Members

Windows.UI.Input Namespace