Skip to content

OnDoubleRightClick - cStatusBar

Received whenever the mouse's right button is double-clicked in the statusbar

Type: Event

Syntax

Procedure OnDoubleRightClick

Description

The OnDoubleRightClick event is received whenever the mouse's right button is double-clicked in the statusbar. Note that if the double-click occurs in one of the panes, then the pane will receive the event, not the statusbar. Consequently, this event is rarely received, as the panes typically cover most of the statusbar.

Col 1 Col 2
Note: You can also use the cWinControl's OnMouseDown, OnMouseUp, OnMouseDoubleClick and OnMouseMove mouse messages.