appbar OnDblClick event
Return to Introduction  Previous page  Next page
Applies to
acAppBar and acTrayIcon components.  

Declaration
property OnDblClick: TNotifyEvent;  

Description
The OnDblClick event occurs when user double-clicks the primary mouse button over the form (AppBar). Use the OnDblClick event to write code that responds to the double-click event.  
 
tip Usually, when user doubleclicks the Application Toolbar, the AppBar should restore its previous placement (see LastDockingPlace property). Hooking of the OnDblClick event will prevent the AppBar from auto-restoring previous placement.  

See also
OnClick event and LastDockingPlace property.