Property VisiblePanes
| Improve this Doc View SourceVisiblePanes
Gets a collection of visible DockPane objects contained by this FloatingWindow.
Declaration
public DockPaneCollection VisiblePanes { get; }
Property Value
| Type | Description |
|---|---|
| DockPaneCollection | A collection of visible DockPane objects contained by this FloatingWindow, in order of creation (last created last). |