ICollapsibleSectionHolder Interface

ICollapsibleSectionHolder Interface

[Missing <summary> documentation for "T:Rhino.UI.Controls.ICollapsibleSectionHolder"]

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface ICollapsibleSectionHolder : IWindow, 
	IHasCppImplementation, IDisposable
Public Interface ICollapsibleSectionHolder
	Inherits IWindow, IHasCppImplementation, IDisposable

The ICollapsibleSectionHolder type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExpandSection
Public methodIsSectionExpanded
Public methodMove (Inherited from IWindow.)
Public methodRemove
Public methodSectionAt
Public methodUpdateAllViews
Top
See Also