TdxDockingManager.DefaultTabContainerSiteProperties Property
Specifies the default settings for tab containers.
Declaration
property DefaultTabContainerSiteProperties: TdxTabContainerDockSiteProperties read; write;
Property Value
Type |
---|
TdxTabContainerDockSiteProperties |
Remarks
When a control is docked to the client area of a dock panel, a tab container is created. The container created becomes the parent for the docked control and the target control. In other words, two controls are united by the tab container.
Default settings of tab containers are provided by the DefaultTabContainerSiteProperties property. Each time a tab container is created, these settings are used to initialize the site’s properties. Thus, the DefaultTabContainerSiteProperties property can be used if you need tab containers to be created with custom settings.
Note
changing the settings of the DefaultTabContainerSiteProperties property doesn’t affect existing tab containers. The specified settings are applied only to containers created subsequently.
You can disable the DefaultTabContainerSiteProperties property functionality by setting the UseDefaultSitesProperties property to False.