RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.OnContextPopup Event

Occurs when a user right-clicks on the dock site to display the popup menu.

Pascal
property OnContextPopup: TContextPopupEvent;
C++
__property TContextPopupEvent OnContextPopup;

Any action you add to this event may occur prior to the popup menu being displayed. You can test this yourself by adding a ShowMessage command to the event handler and running the application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!