Name
Area.MouseMiddle -- learn about middle mouse clicks (V2.2)
Function
This attribute is set whenever the user clicks the middle mouse button on a widget. You can set up a notification on this attribute in order to be notified whenever that happens.

By default, this attribute won't trigger if the mouse button is released while the mouse cursor is outside the widget's boundaries. You can change that behaviour by setting the Area.MouseCapture attribute to True.

Note that this attribute is currently only implemented for classes Image and Scrollcanvas.

Type
Boolean

Applicability
N


Show TOC