OnRightClick - cStatusPane
Received whenever the mouse's right button is clicked in the pane
Type: Event
Syntax
Procedure OnRightClick
Description
The OnRightClick event is received whenever the mouse's right button is clicked in the pane. However, this event can be redirected by setting the phmOnRightClick 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. |