TTMSFNCDockPanel Class
Panel that hosts one or more TTMSFNCToolBar instances, arranging them vertically and coordinating their compact and large-state behavior.
API unit family: TMSFNCToolBar
Inherits from: TTMSFNCCustomDockPanel
Syntax
TTMSFNCDockPanel = class(TTMSFNCCustomDockPanel)
Properties
| Name | Description |
|---|---|
| Appearance | Background fill and stroke appearance of the dock panel. (inherited from TTMSFNCCustomDockPanel) |
| AutoAlign | When True, toolbars are automatically aligned within the dock panel. (inherited from TTMSFNCCustomDockPanel) |
| AutoSize | When True, the dock panel automatically sizes to fit all hosted toolbars. (inherited from TTMSFNCCustomDockPanel) |
| State | Display state applied to all hosted toolbars — normal or large. (inherited from TTMSFNCCustomDockPanel) |
| Version | Version string of this dock panel component. (inherited from TTMSFNCCustomDockPanel) |
Methods
| Name | Description |
|---|---|
| AddToolBar | Creates a new TTMSFNCToolBar, adds it to this dock panel, and returns the new toolbar. (inherited from TTMSFNCCustomDockPanel) |
| Draw | Renders the dock panel background. (inherited from TTMSFNCCustomDockPanel) |