PanelsClosePanel Method (Type) |
Will close or hide the specified panel type, in Windows Rhino, if it
is the only visible tab the tab dock bar will be closed as well. In
Mac Rhino it will always close the modeless dialog hosting the panel.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static void ClosePanel(
Type panelType
)
Public Shared Sub ClosePanel (
panelType As Type
)
Parameters
- panelType
- Type: SystemType
Class type of the panel to close.
See Also