Click or drag to resize

ICollapsibleSection2EnableHeaderButton Method

[Missing <summary> documentation for "M:Rhino.UI.Controls.ICollapsibleSection2.EnableHeaderButton(System.Int32,System.Boolean)"]

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.4
Syntax
bool EnableHeaderButton(
	int index,
	bool bEnable
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.UI.Controls.ICollapsibleSection2.EnableHeaderButton(System.Int32,System.Boolean)"]

bEnable
Type: SystemBoolean

[Missing <param name="bEnable"/> documentation for "M:Rhino.UI.Controls.ICollapsibleSection2.EnableHeaderButton(System.Int32,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.Controls.ICollapsibleSection2.EnableHeaderButton(System.Int32,System.Boolean)"]

See Also