JVCL Help:TJvBitBtn.DropDownMenu

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

Search in JVCL Help

 
Search in all projects
 

Summary

Identifies a pop-up menu associated with the button.


Pascal

 propertyDropDownMenu: TPopupMenu;


Description

Assign a value to DropDownMenu to make a menu appear when the button is pressed (To display the menu programmatically, call the button’s Click method). If the menu’s AutoPopup property is set to true, the menu appears automatically. If AutoPopup is false, display the menu by calling the menu’s Popup method in the button’s OnClick event handler.


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