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

XtraMdiTabPage(IXtraTab, Form) Constructor

Initializes a new instance of the XtraMdiTabPage class with the specified settings.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public XtraMdiTabPage(
    IXtraTab tabControl,
    Form mdiChild
)

Parameters

Name Type Description
tabControl DevExpress.XtraTab.IXtraTab

An object which implements the DevExpress.XtraTab.IXtraTab interface and owns the created tab page. This value is assigned to the XtraMdiTabPage.TabControl property.

mdiChild Form

A Form object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the XtraMdiTabPage.MdiChild property.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also