TdxTabContainerTabZone Members
In This Article
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.
#Constructors
Name | Description |
---|---|
Create |
Creates a new zone.
Inherited from Tdx |
Create |
Initializes a new instance of the Tdx |
Create |
Initializes a new instance of the Tdx |
Create |
Initializes a new instance of the Tdx |
#Properties
Name | Description |
---|---|
Direction |
Returns the resizing direction.
Inherited from Tdx |
Dock |
Returns the dock index that controls will have when docked to this zone.
Inherited from Tdx |
Dock |
Returns the docking type supported by the zone.
Inherited from Tdx |
Kind |
Inherited from Tdx |
Owner |
Gets the control to which the zone belongs.
Inherited from Tdx |
Rectangle |
Returns the bounding rectangle of the zone.
Inherited from Tdx |
Selection |
Inherited from Tdx |
Tab |
Inherited from Tdx |
Width |
Gets the width of the zone.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Can |
Returns a value indicating whether the specified control can be docked to the zone.
Inherited from Tdx |
Can |
Returns a value indicating whether the specified resizing operation can be performed.
Inherited from Tdx |
Clone |
Inherited from Tdx |
Do |
Inherited from Tdx |
Do |
Inherited from Tdx |
Do |
Inherited from Tdx |
Draw |
Inherited from Tdx |
Equals |
Inherited from TObject. |
Get |
Returns the bounding rectangle of the docking frame indicating the specified control’s position if it is docked to this zone.
Inherited from Tdx |
Get |
Inherited from TObject. |
Get |
Returns the bounding rectangle of a dock control’s resizing bar.
Inherited from Tdx |
Is |
Returns a value indicating whether the specified point is within the zone.
Inherited from Tdx |
Prepare |
Inherited from Tdx |
To |
Inherited from TObject. |
Validate |
Returns a value indicating whether a zone of this type should be added to the control’s dock zones list.
Inherited from Tdx |
Validate |
Returns a value indicating whether a resize zone of this type should be added to the specified control’s resize zones list.
Inherited from Tdx |
See Also