Skip to main content

TdxTabContainerTabZone Constructors

Available for tab containers only.

Docking Functionality

Controls dropped onto the zone are added to the tab container. The position of the docked control within the container is determined by the position of the tab where the zone resides.

Resizing Functionality

Not available.

Position

Occupies the area of a specific tab.

Name Description
Create(TdxCustomDockControl,Integer,TdxZoneKind) Creates a new zone. Inherited from TdxZone.
Create(TdxCustomDockControl,Integer) Initializes a new instance of the TdxClientZone class with specified settings. Inherited from TdxClientZone.
Create(TdxTabContainerDockSite,Integer) Initializes a new instance of the TdxTabContainerTabZone class with specified settings.
Create(TdxTabContainerDockSite) Initializes a new instance of the TdxTabContainerZone class with specified settings. Inherited from TdxTabContainerZone.
See Also