XtraTabbedMdiManager.Dock(Form, XtraTabbedMdiManager) Method
Moves a floating page from the specified XtraTabbedMdiManager to the current XtraTabbedMdiManager and docks the page.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public bool Dock(
Form floatForm,
XtraTabbedMdiManager source
)
#Parameters
Name | Type | Description |
---|---|---|
float |
Form | A floating page (form) that belongs to the specified Xtra |
source | Xtra |
A Xtra |
#Returns
Type | Description |
---|---|
Boolean | A Boolean value indicating that the floating page has been successfully moved and docked in the current Xtra |
#Remarks
This method is in effect for floating pages.
The Dock method unregisters the specified floating page (form) from its old XtraTabbedMdiManager and then docks the page to the current manager.