TTMSFNCCustomToolBarPopup Class
Base class for a floating popup that hosts a toolbar of buttons, shown near a placement control or rectangle and activated on demand.
API unit family: TMSFNCToolBarPopup
Inherits from: TTMSFNCCustomNonFocusablePopup
Syntax
TTMSFNCCustomToolBarPopup = class(TTMSFNCCustomNonFocusablePopup)
Remarks
Add buttons through Buttons, position the popup with the inherited placement properties, and call Activate to show it. Descendants such as TTMSFNCToolBarPopup publish the configurable members.
Properties
| Name | Description |
|---|---|
| ToolBar | Provides access to the underlying toolbar that renders the popup's buttons. |
Methods
| Name | Description |
|---|---|
| Activate | Builds the toolbar from the current buttons and shows the popup at its configured placement. |
| Activated | Returns whether the popup has been activated. |
| Deactivate | Hides the popup. |
| DropDownActive | Returns whether the popup is currently shown as an active drop-down. |