Panels.PanelDockBar Method (Type)

PanelsPanelDockBar Method (Type)

Will always return Guid.Emty in Mac Rhino. In Windows Rhino it will look for the dock bar which contains the specified panel class Id and return the dock bar Id.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Guid PanelDockBar(
	Type panelType
)
Public Shared Function PanelDockBar ( 
	panelType As Type
) As Guid

Parameters

panelType
Type: SystemType
Panel class for of the panel to look for.

Return Value

Type: Guid
Always returns Guid.Empty on Mac Rhino. On Windows Rhino it will return the Id for the dock bar which host the specified panel or Guid.Empty if the panel is not currently visible.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also