JVCL Help:TJvCustomGraphicButton.OnDropDownMenu

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs just before the DropDownMenu is displayed


Pascal

 propertyOnDropDownMenu: TContextPopupEvent;


Description

Write a handler for this event to take specific action when a DropDownMenu is about to be shown. For example, you can prevent the menu to be displayed by setting the Handled parameter to True.
Note that this event is only triggered if there is a DropDownMenu assigned to the button.


See Also

TJvCustomGraphicButton.DropDownMenu,


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page