Skip to main content
A newer version of this page is available. .

XtraTabbedMdiManager.GetXtraTabbedMdiManager(Form) Method

Gets the tabbed MDI manager which is associated with the specified Form.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public static XtraTabbedMdiManager GetXtraTabbedMdiManager(
    Form mdiParent
)

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