View event list in alphabetical order.
| Name |
Description |
Defining Class |
| 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 |
Inherited Events from cObject