Skip to main content

XtraTabbedMdiManager.Float(XtraMdiTabPage, Point) Method

Makes the specified page floating.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Float(
    XtraMdiTabPage page,
    Point point
)

Parameters

Name Type Description
page XtraMdiTabPage

An XtraMdiTabPage object to be made floating.

point Point

A Point at which the page will float.

Returns

Type Description
Boolean

true if the page was successfully made floating; otherwise, false.

See Also