vcl-dxdockcontrol-dot-tdxdockingmanager-dot-underscore-members.md
A docking manager.
| Name | Description |
|---|---|
| Create(TComponent) | Inherited from TComponent. |
| Name | Description |
|---|---|
| AutoHideInterval | Specifies the time interval that passes before auto hiding a dock control. |
| AutoHideMovingInterval | Specifies the time interval that passes between docking control displacements when it slides from the hidden to visible state or vice versa. |
| AutoHideMovingSize | Specifies the sliding step for controls whose auto hide feature is enabled. |
| AutoShowInterval | Specifies the time interval that passes before making auto hidden dock controls visible. |
| Color | Specifies the color of dock controls that use the manager’s color settings. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DefaultFloatSiteProperties | Specifies the default settings for float sites. |
| DefaultHorizContainerSiteProperties | Specifies the default settings for horizontal side containers. |
| DefaultLayoutSiteProperties | Specifies the default settings for layout sites. |
| DefaultSitesProperties | Provides indexed access to objects specifying the default settings of dock controls. |
| DefaultSitesPropertiesCount | Returns the number of elements in the DefaultSitesProperties list. |
| DefaultTabContainerSiteProperties | Specifies the default settings for tab containers. |
| DefaultVertContainerSiteProperties | Specifies the default settings for vertical side containers. |
| DesignInfo | Inherited from TComponent. |
| DockStyle | Specifies the docking mode. |
| DockZonesWidth | Specifies the default width of dock zones. |
| FakeComponentLink1 | Inherited from TcxComponent. |
| FakeComponentLink2 | Inherited from TcxComponent. |
| FakeComponentLink3 | Inherited from TcxComponent. |
| Font | Specifies the font used by dock controls. |
| Images | Specifies the source of images used by dock controls. |
| IsDesigning | Inherited from TcxComponent. |
| IsDestroying | Inherited from TcxComponent. |
| IsLoading | Inherited from TcxComponent. |
| LookAndFeel | Provides look and feel settings for dock controls. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Options | Specifies a set of flags affecting the behavior of dock controls. |
| Owner | Inherited from TComponent. |
| PainterClass | Returns the painter class used to paint dock controls. |
| ParentForm | Returns the form where the docking manager resides. |
| PixelsPerInch protected | Returns the DPI value corresponding to the component’s current scaling factor. Inherited from TcxScalableComponent. |
| ResizeStyle | Specifies the panel resize style. |
| ResizeZonesWidth | Specifies the default width of resize zones. |
| Scalable | Specifies if the component’s content should be scaled. Inherited from TcxScalableComponent. |
| ScaleFactor protected | Returns the component’s scale factor. Inherited from TcxScalableComponent. |
| SelectionFrameWidth | Specifies the default width of the pen used to paint the docking frame and resizing bar. |
| TabsScrollInterval | Specifies the scrolling interval for tabs. |
| Tag | Inherited from TComponent. |
| UseDefaultSitesProperties | Specifies whether dynamically created dock controls use default settings provided by the docking manager. |
| VCLComObject | Inherited from TComponent. |
| Name | Description |
|---|---|
| OnActiveDockControlChanged | Fires when the active dock control is changed. |
| OnCreateFloatSite | This event fires immediately after a float site has been created. |
| OnCreateLayoutSite | This event fires in response to layout site creation. |
| OnCreateMissingDockControl | |
| OnCreateSideContainer | This event fires in response to side container creation. |
| OnCreateTabContainer | This event fires in response to tab container creation. |
| OnCustomDrawDockingSelection | Enables you to custom paint docking selections. |
| OnCustomDrawResizingSelection | Enables you to custom paint resizing bars. |
| OnLayoutChanged | This event fires each time the layout of dock control changes. |
| OnSetFloatFormCaption | Enables you to change float form settings when the layout of dock controls change within them. |
| OnUpdateDockZones | Enables you to provide custom dock zones for dock controls. |
| OnUpdateResizeZones | Enables you to provide custom resize zones for the dock control. |
| OnViewChanged | This event fires in response to changing the painting style of dock controls. |
See Also