JVCL Help:TJvNavPaneToolPanel.OnButtonClick
From Project JEDI Wiki
Jump to navigationJump to search[+] TJvNavPaneToolPanel Events
[+] TJvNavPaneToolPanel Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user clicks one of the buttons in the toolbar.
Pascal
propertyOnButtonClick: TJvNavPaneToolButtonClick;
Parameters
Parameters | Description |
Sender | The control that triggered the event |
Index | The index of the clicked button in the Buttons array |
Description
Write a handler for this event to take appropriate action when the user clicks one of the buttons in the toolbar. This event is not triggered when the user clicks the drop-down button or the close button.
See Also
TJvNavPaneToolPanel.OnClose, TJvNavPaneToolPanel.OnDropDownMenu
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