OnButtonDblClick Event (AToolBar)

Occurs when the mouse button is double-clicked over any of the toolbar's button objects.

Syntax

Object.OnButtonDblClick ( tbrb )

The OnButtonDblClick event syntax has the following parts:

 

Name

Type

Description

tbrb

AToolBarButton

AToolBarButton object

Object

AToolBar

AToolBar control

Comments

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.

Example

tbr1.OnButtonDblClick(tbrb)

{

tbrb.Caption="Hello"

}

Applies to

AToolBar

See Also

AToolBarButton, Buttons, OnButtonClick