Click or drag to resize

PanelsOpenPanel Method (Guid)

Open the specified panel in its current or default location and if it is in a dock bar containing more than one tab, make it the current tab.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void OpenPanel(
	Guid panelId
)

Parameters

panelId
Type: SystemGuid
Class type Id for the panel to open.
See Also