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 (such as the mouse wheel button).
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 pointer input was triggered by the tertiary action mode. Otherwise, false.
Remarks
Touch and pen pointers do not set this property.