Back to Devexpress

XtraTabbedMdiManager.ActiveFloatForm Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-c555da7f.md

latest1.9 KB
Original Source

XtraTabbedMdiManager.ActiveFloatForm Property

Gets the currently active floating page.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Form

The currently active floating page

|

Remarks

To access all floating pages, use the XtraTabbedMdiManager.FloatForms collection.

See Also

FloatMDIChildActivated

FloatMDIChildDeactivated

FloatForms

Floating Pages

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace