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