ICollapsibleSectionHolder.ExpandSection Method

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)
Syntax
void ExpandSection(
	ICollapsibleSection section,
	bool expand,
	bool ensureVisible
)
Sub ExpandSection ( 
	section As ICollapsibleSection,
	expand As Boolean,
	ensureVisible As Boolean
)

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)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also