TdxDockingManager Events
A docking manager.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