XtraTabbedMdiManager.Float(XtraMdiTabPage, Point) Method
Makes the specified page floating.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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