CollapsibleSectionViewModel Constructor

CollapsibleSectionViewModel Constructor

Construct from your section - the view model should be a member of the section

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public CollapsibleSectionViewModel(
	ICollapsibleSection section
)
Public Sub New ( 
	section As ICollapsibleSection
)

Parameters

section
Type: Rhino.UI.ControlsICollapsibleSection

[Missing <param name="section"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionViewModel.#ctor(Rhino.UI.Controls.ICollapsibleSection)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also