Events for cToolbarButton
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| OnClick | Called 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 | cToolbarButton |
| OnHotItemLeaving | 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 | cToolbarButton |
| OnShowHint | Received whenever the toolbar is about to show the tooltip/statushelp hints for a button | cToolbarButton |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. Initializes the object during object creation in class definitions | cObject |
| Destroy_Object | Sent when an object is about to be destroyed | cObject |
| End_Construct_Object | End of object constructor. | cObject |