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