TdxCustomDockControl.AutoHideContainer Property
When the auto hide feature is enabled, it returns the parent of the dock control.
Declaration
property AutoHideContainer: TdxDockSiteAutoHideContainer read;
Property Value
Type |
---|
TdxDockSiteAutoHideContainer |
Remarks
If the control’s AutoHide property value is True, the AutoHideContainer property returns a TdxDockSiteAutoHideContainer control representing the dock control’s parent. The returned object is a TWinControl descendant. You will have no need to access members of this object in applications.
If the control’s AutoHide property value is False, the AutoHideContainer property returns nil.
See Also