PanelsIsPanelVisible Method (Guid) | 
 
            Check to see if a panel is currently visible, on Windows this means
            you can see the tab, it does not necessarily mean it is the current
            tab.
            
 
    Namespace: 
   Rhino.UI
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic static bool IsPanelVisible(
	Guid panelId
)
Public Shared Function IsPanelVisible ( 
	panelId As Guid
) As Boolean
Parameters
- panelId
 - Type: SystemGuid
            Class Id for the panel to check.
             
Return Value
Type: 
Boolean
            Returns true if the tab is visible otherwise it returns false.
            
See Also