Skip to content

OnClick - cStatusBar

Called whenever the mouse's left button is clicked in the statusbar

Type: Event

Syntax

Procedure OnClick

Description

The OnClick event is received whenever the mouse's left 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.