Click or drag to resize

UserInterfaceSectionShow Method

Show or hide this content section.

Namespace:  Rhino.Render.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public void Show(
	bool visible
)

Parameters

visible
Type: SystemBoolean
If true then show the content section otherwise hide it.
See Also