TdxDockingController Methods
A docking controller.| Name | Description |
|---|---|
| AutoHideInterval(TCustomForm) | Returns the time interval that passes before auto hiding dock controls. |
| AutoHideMovingInterval(TCustomForm) | Returns the time interval that passes between docking control displacements when it slides from the hidden to visible state or vice versa. |
| AutoHideMovingSize(TCustomForm) | Returns the sliding step for controls whose auto hide feature is enabled. |
| AutoShowInterval(TCustomForm) | Returns the time interval that passes before making auto hidden dock controls visible. |
| BeginUpdate | Prevents the dock controls layout from being updated until the EndUpdate method is called. |
| Color(TCustomForm) | Returns the color of dock controls that use manager settings. |
| DefaultFloatSiteProperties(TCustomForm) | Returns the default settings for float sites. |
| DefaultHorizContainerSiteProperties(TCustomForm) | Returns the default settings for horizontal side containers. |
| DefaultLayoutSiteProperties(TCustomForm) | Returns the default settings for layout sites. |
| DefaultTabContainerSiteProperties(TCustomForm) | Returns the default settings for tab containers. |
| DefaultVertContainerSiteProperties(TCustomForm) | Returns the default settings for vertical side containers. |
| DockStyle(TCustomForm) | |
| DockZonesWidth(TCustomForm) | Returns the default width of dock zones. |
| EndUpdate | Cancels the update lock established by the BeginUpdate method and forces an immediate layout update. |
| Equals(TObject) | Inherited from TObject. |
| GetDockControlAtPos(TPoint) | Returns the dock control located at the specified screen coordinates. |
| GetDockControlForWindow(HWND,HWND) | |
| GetFloatDockSiteAtPos(TPoint) | Returns the float dock site whose float form’s caption is located under the specified point. |
| GetFont(TCustomForm) | |
| GetHashCode | Inherited from TObject. |
| GetNearestDockSiteAtPos(TPoint,TdxCustomDockControl) | Returns the dock site that can accept the dock control at the specified position. |
| Images(TCustomForm) | Returns the image list used by dock controls on a particular form. |
| IsDockControlFocusedEx(TdxCustomDockControl) | |
| LoadLayoutFromIniFile(string,TCustomForm) | Loads the layout of dock controls from the specified file. |
| LoadLayoutFromRegistry(string,TCustomForm) | Loads the layout of dock controls stored at the specified registry path. |
| LoadLayoutFromStream(TStream,TCustomForm) | Loads the layout of dock controls from the specified stream. |
| LookAndFeel(TCustomForm) | |
| Options(TCustomForm) | Returns the options specifying the behavior of dock controls on a particular form. |
| QueryInterface(TGUID,Untyped) protected | Provides access to the implementation of the specified interface if the current object supports it. Inherited from TcxIUnknownObject. |
| ResizeStyle(TCustomForm) | Returns the panel resize style of the target form. |
| ResizeZonesWidth(TCustomForm) | Returns the default width of resize zones. |
| SaveLayoutToIniFile(string,TCustomForm) | Saves the dock controls layout to the specified file. |
| SaveLayoutToRegistry(string,TCustomForm) | Saves the dock controls layout to the specified registry path. |
| SaveLayoutToStream(TStream,TCustomForm) | Saves the layout of dock controls to the specified stream. |
| SelectionFrameWidth(TCustomForm) | Returns the default width of the pen used to paint the docking frame and resizing bar. |
| TabsScrollInterval(TCustomForm) | Returns the scrolling interval for tabs. |
| ToString | Inherited from TObject. |
See Also