Click or drag to resize

IPanelsServiceShowDockBar Method

[Missing <summary> documentation for "M:Rhino.UI.IPanelsService.ShowDockBar(System.Guid,System.Boolean)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
bool ShowDockBar(
	Guid barId,
	bool show
)

Parameters

barId
Type: SystemGuid

[Missing <param name="barId"/> documentation for "M:Rhino.UI.IPanelsService.ShowDockBar(System.Guid,System.Boolean)"]

show
Type: SystemBoolean

[Missing <param name="show"/> documentation for "M:Rhino.UI.IPanelsService.ShowDockBar(System.Guid,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.IPanelsService.ShowDockBar(System.Guid,System.Boolean)"]

See Also