TdxDockingController Properties
A docking controller.| Name | Description |
|---|---|
| ActiveDockControl | Specifies the currently active dock control. |
| DockControlCount | Returns the number of dock control in the application. |
| DockControls | Provides indexed access to all dock controls in the application. |
| DockingDockControl | Returns the dock control currently being docked. |
| DockManagerCount | Returns the number of docking manager components in the application. |
| DockManagers | Provides indexed access to docking manager components. |
| Handle | Inherited from TcxMessageWindow. |
| IsDocking | Returns a value indicating whether a docking operation is currently being performed. |
| IsResizing | Returns a value indicating whether a resizing operation is currently being performed. |
| ResizingDockControl | Returns the dock control currently being resized. |
| SelectionBrush | Specifies the brush used to paint docking and resizing selections. |
See Also