Skip to content

OnRightClick - cStatusBar

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

Type: Event

Syntax

Procedure OnRightClick

Description

The OnRightClick event is received whenever the mouse's right button is clicked in the statusbar. Note that if the 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.