PointerPointProperties.IsXButton2Pressed Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the pointer input was triggered by the second extended mouse button (XButton2).
public:
property bool IsXButton2Pressed { bool get(); };
bool IsXButton2Pressed();
public bool IsXButton2Pressed { get; }
var boolean = pointerPointProperties.isXButton2Pressed;
Public ReadOnly Property IsXButton2Pressed As Boolean
bool
True if the second extended mouse button is pressed. Otherwise, false.
XButton2 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.
Produk | Versi |
---|---|
Windows App SDK | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |