TTMSFNCToolBar.OnCustomizeCompactToolBar Event
Fires after the compact popup toolbar is created, allowing its layout to be customized before it appears.
API unit family: TMSFNCToolBar
Declaring type: TTMSFNCToolBar
Inherited from: TTMSFNCCustomToolBar
Syntax
OnCustomizeCompactToolBar: TTMSFNCToolBarCustomizeCompactToolBarEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The toolbar that created the compact popup. |
ACompactToolBar |
The compact toolbar instance about to be shown. |