JVCL Help:TJvSpeedButton.DropDownMenu
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSpeedButton.DropDownMenu Property
[+] TJvSpeedButton Methods
[+] TJvSpeedButton Properties
Search in JVCL Help
Search in all projectsSummary
Identifies a pop-up menu associated with the speed 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 speed button’s Click or ButtonClickmethod.) 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 speed button’s OnClick event handler.
See Also
TJvCustomSpeedButton.Click, TJvCustomSpeedButton.MarkDropDown, TJvCustomSpeedButton.MenuPosition
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