Back to Devexpress

XtraMdiTabPageCollection.Add(XtraMdiTabPage) Method

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtramditabpagecollection-dot-add-x28-devexpress-dot-xtratabbedmdi-dot-xtramditabpage-x29.md

latest1.6 KB
Original Source

XtraMdiTabPageCollection.Add(XtraMdiTabPage) Method

Adds the specified tab page to the collection.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int Add(
    XtraMdiTabPage page
)
vb
Public Function Add(
    page As XtraMdiTabPage
) As Integer

Parameters

NameTypeDescription
pageXtraMdiTabPage

An XtraMdiTabPage object which represents the tab page to add.

|

Returns

TypeDescription
Int32

An integer value which specifies the position into which the tab page was inserted.

|

Remarks

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

See Also

XtraMdiTabPageCollection Class

XtraMdiTabPageCollection Members

DevExpress.XtraTabbedMdi Namespace