Back to Devexpress

XtraTabbedMdiManager.FloatForms Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-7f21d374.md

latest3.1 KB
Original Source

XtraTabbedMdiManager.FloatForms Property

Provides access to the collection of floating pages.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public FloatFormCollection FloatForms { get; }
vb
<Browsable(False)>
Public ReadOnly Property FloatForms As FloatFormCollection

Property Value

TypeDescription
DevExpress.XtraTabbedMdi.FloatFormCollection

A FloatFormCollection object that represents the collection of floating pages.

|

Remarks

Floating pages are the forms whose MDIParent property is not set. The XtraTabbedMdiManager automatically manipulates the MDIParent property to make pages floating or docked.

End-users can make pages floating by double-clicking tab headers or dragging the forms away from the XtraTabbedMdiManager. See the XtraTabbedMdiManager.FloatOnDoubleClick and XtraTabbedMdiManager.FloatOnDrag properties.

See Also

ActiveFloatForm

Float(XtraMdiTabPage, Point)

FloatOnDoubleClick

FloatOnDrag

FloatMDIChildActivated

FloatMDIChildDeactivated

BeginFloating

Floating

EndFloating

BeginDocking

EndDocking

Floating Pages

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace