Panels.IsPanelVisible Method (Type)

PanelsIsPanelVisible Method (Type)

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)
Syntax
public static bool IsPanelVisible(
	Type panelType
)
Public Shared Function IsPanelVisible ( 
	panelType As Type
) As Boolean

Parameters

panelType
Type: SystemType
Type of panel to check for, this type must include a GUID attribute.

Return Value

Type: Boolean
Returns true if panelType is non null and the tab is visible otherwise it returns false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also