XtraTabbedMdiManager.GetXtraTabbedMdiManager(Form) Method
Gets the tabbed MDI manager which is associated with the specified Form.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
mdiParent | Form | A Form object which represents the container for multiple document interface (MDI) child forms. |
Returns
Type | Description |
---|---|
XtraTabbedMdiManager | An XtraTabbedMdiManager object representing the tabbed MDI manager which is associated with the Form specified. null (Nothing in Visual Basic) if the manager isn’t associated with the form. |
See Also