TTMSFNCToolBar.OnOptionsMenuItemCustomize Event
Fires for each item added to the overflow menu, allowing per-item appearance customization.
API unit family: TMSFNCToolBar
Declaring type: TTMSFNCToolBar
Inherited from: TTMSFNCCustomToolBar
Syntax
OnOptionsMenuItemCustomize: TTMSFNCToolBarCustomizeOptionsMenuItem;
Parameters
| Name | Description |
|---|---|
Sender |
The toolbar. |
AControl |
The toolbar control for this menu item. |
AMenuItem |
The menu item to customize. |