PointerPointProperties.IsMiddleButtonPressed Property
Definition
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 tertiary action mode of an input device.
public:
property bool IsMiddleButtonPressed { bool get(); };
bool IsMiddleButtonPressed();
public bool IsMiddleButtonPressed { get; }
var boolean = pointerPointProperties.isMiddleButtonPressed;
Public ReadOnly Property IsMiddleButtonPressed As Boolean
Property Value
Boolean
bool
True if the tertiary action mode; otherwise false.
Remarks
Examples of tertiary action modes for various input devices:
- A touch pointer does not set this property.
- A pen pointer does not set this property.
- A mouse pointer when the mouse wheel button is pressed.