Click or drag to resize

ICollapsibleSectionHolderExpandSection Method

[Missing <summary> documentation for "M:Rhino.UI.Controls.ICollapsibleSectionHolder.ExpandSection(Rhino.UI.Controls.ICollapsibleSection,System.Boolean,System.Boolean)"]

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
void ExpandSection(
	ICollapsibleSection section,
	bool expand,
	bool ensureVisible
)

Parameters

section
Type: Rhino.UI.ControlsICollapsibleSection

[Missing <param name="section"/> documentation for "M:Rhino.UI.Controls.ICollapsibleSectionHolder.ExpandSection(Rhino.UI.Controls.ICollapsibleSection,System.Boolean,System.Boolean)"]

expand
Type: SystemBoolean

[Missing <param name="expand"/> documentation for "M:Rhino.UI.Controls.ICollapsibleSectionHolder.ExpandSection(Rhino.UI.Controls.ICollapsibleSection,System.Boolean,System.Boolean)"]

ensureVisible
Type: SystemBoolean

[Missing <param name="ensureVisible"/> documentation for "M:Rhino.UI.Controls.ICollapsibleSectionHolder.ExpandSection(Rhino.UI.Controls.ICollapsibleSection,System.Boolean,System.Boolean)"]

See Also