PanelsIsPanelVisible Method (Type, Boolean) |
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)
Syntaxpublic static bool IsPanelVisible(
Type panelType,
bool isSelectedTab
)
Public Shared Function IsPanelVisible (
panelType As Type,
isSelectedTab As Boolean
) As Boolean
Parameters
- panelType
- Type: SystemType
Type of panel to check for, this type must include a GUID attribute.
- isSelectedTab
- Type: SystemBoolean
Class Id for the panel to check.
Return Value
Type:
Boolean
Returns true if panelType is non null and the tab is visible otherwise
it returns false.
Version InformationRhino for Windows
Supported in: 6.8
See Also