Skip to main content

TdxDockSite.AutoSizeClientControl Property

Returns the dock control that specifies the dimensions of the dock site.

Declaration

property AutoSizeClientControl: TdxCustomDockControl read;

Property Value

Type
TdxCustomDockControl

Remarks

When the AutoSize property of a dock site is set to True, the dock site is resized to fit controls placed on it. In this case, the AutoSizeClientControl property returns the dock control docked to the site. This control’s dimensions specify the dock site’s current dimensions.

If there is no control docked to the dock site or if the site’s AutoSize property value is False, the AutoSizeClientControl property returns nil.

See Also