OnClick - cStatusPane
Called whenever the mouse's left button is clicked in the pane
Type: Event
Syntax
Procedure OnClick
Description
The OnClick event is received whenever the mouse's left button is clicked in the pane. However, this event can be redirected by setting the phmOnClick property to a different message-handle.
| Col 1 | Col 2 |
|---|---|
| Note: | You can also use the cWinControl's OnMouseDown, OnMouseUp, OnMouseDoubleClick and OnMouseMove mouse messages in the statusbar. |