Events for cToolbarButton
View event list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |
| OnClick | Called whenever the mouse's left button is clicked in the button The OnClick event is received whenever the mouse's left button is clicked in the button. | cToolbarButton |
| OnDropDown | Received whenever the drop-down arrow is clicked on a button with the peStyle property set to bsDropDown | cToolbarButton |
| OnHideHint | Received whenever the toolbar is about to hide the tooltip/statushelp hints for a button | cToolbarButton |
| OnHotItemEntering | Received whenever the mouse cursor enters the bounds of the button The OnHotItemEntering event is received whenever the mouse cursor enters the bounds of the button. | cToolbarButton |
| OnHotItemLeaving | Received whenever the mouse cursor leaves the bounds of the button The OnHotItemLeaving event is received whenever the mouse cursor leaves the bounds of the button. | cToolbarButton |
| OnRightClick | Received whenever the mouse's right button is clicked in the button The OnRightClick event is received whenever the mouse's right button is clicked in the button. | cToolbarButton |
| OnShowHint | Received whenever the toolbar is about to show the tooltip/statushelp hints for a button | cToolbarButton |