Occurs when the mouse button is double-clicked over any of the toolbar's button objects.
Object.OnButtonDblClick ( tbrb )
The OnButtonDblClick event syntax has the following parts:
|
Name |
Type |
Description |
|
tbrb |
AToolBarButton object |
|
|
Object |
AToolBar |
AToolBar control |
A mouse button is double-clicked when the user presses and releases, then presses and releases the mouse button again, within a time interval set in Windows as the double-click speed of the mouse.
tbr1.OnButtonDblClick(tbrb)
{
tbrb.Caption="Hello"
}