PanelsGetOpenPanelIds Method  | 
 
            Get a list of the currently open panel tabs in Windows Rhino, on Mac
            Rhino it will be a list of the currently visible modeless panel
            dialogs.
            
 
    Namespace: 
   Rhino.UI
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic static Guid[] GetOpenPanelIds()
Public Shared Function GetOpenPanelIds As Guid()
Return Value
Type: 
Guid
            Returns an array of panel class Id's for the currently open panels,
            if there are no open panels it will be an empty array.
            
See Also