PointerPointProperties.IsMiddleButtonPressed Property

Definition

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.

Applies to

See also