TTMSFNCToolBar.OnOptionsMenuItemCanShow Event
Fires for each hidden toolbar control to decide whether its overflow menu item should be shown.
API unit family: TMSFNCToolBar
Declaring type: TTMSFNCToolBar
Inherited from: TTMSFNCCustomToolBar
Syntax
OnOptionsMenuItemCanShow: TTMSFNCToolBarCanShowOptionsMenuItem;
Parameters
| Name | Description |
|---|---|
Sender |
The toolbar. |
AControl |
The toolbar control being evaluated. |
ACanShowItem |
Set to False to hide the item for this control. |