TdxCustomDockControl.AutoHideContainer Property
In This Article
When the auto hide feature is enabled, it returns the parent of the dock control.
#Declaration
Delphi
property AutoHideContainer: TdxDockSiteAutoHideContainer read;
#Property Value
Type |
---|
Tdx |
#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