Occurs when the mouse button is double-clicked over any of the status bar's pane objects.
Object.OnPaneDblClick(Pane)
The OnPaneDblClick event syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AStatusBar object |
AStatusBar object |
|
Pane |
A specific pane of the AStatusBar object. |
The OnPanelDblClick event is similar to the standard OnDblClick event but occurs when a user presses and then releases a mouse button twice over an AStatusBar control's AStatusBarPane object.
sbr1.OnPaneDblClick(Pane)
{
sbrp1TimePane.BackColor=crlRed
}