TdxBarCustomApplicationMenu Events
The base class for the TdxBarApplicationMenu class.| Name | Description |
|---|---|
| ExtraPaneEvents | |
| OnCloseUp | Occurs when a popup menu has been closed. Inherited from TdxBarCustomPopupMenu. |
| OnExtraPaneItemClick |
Deprecated. This event exists for backward compatibility only. Tip Handle the ExtraPane.OnItemClick event instead of |
| OnPaintBar | Occurs when drawing a bar at the left side of a popup menu. Inherited from TdxBarCustomPopupMenu. |
| OnPopup | Enables you to respond to invoking the popup menu. Inherited from TdxBarCustomPopupMenu. |
| OnShow | Enables you to perform specific actions before the popup menu appears on screen. Inherited from TdxBarCustomPopupMenu. |
See Also