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

XtraTabbedMdiManager.Float(XtraMdiTabPage, Point) Method

Makes the specified page floating.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v18.2.dll

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