JVCL Help:TJvNavPaneToolPanel.DropDownMenu

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the popup menu to show when the user clicks on the drop-down button.


Pascal

 propertyDropDownMenu: TPopupMenu;


Description

Assign a TPopupMenu to this property to display a drop-down button in the caption area of the panel. When the user clicks the button, the popup menu is displayed below the button. If no popup menu is assigned, the drop-down button is hidden.


About

Notes

To display the drop-down button without displaying the popup menu, assign a TPopupMenu to the property and handle the OnDropDownMenu event. You should set Handled to true to suppress the display of the default menu.
You can adjust the location of the menu with the TPopupMenu.Alignment property.


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