Returns a collection containing all subpanels.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public Function GetAllSubPanels As List(Of WindowManagerPanel)
C#
public List<WindowManagerPanel> GetAllSubPanels ()
C++
public:
List<WindowManagerPanel^>^ GetAllSubPanels ()