XtraTabbedMdiManager.Float(XtraMdiTabPage, Point) Method
In This Article
Makes the specified page floating.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public bool Float(
XtraMdiTabPage page,
Point point
)
#Parameters
Name | Type | Description |
---|---|---|
page | Xtra |
An Xtra |
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