Click or drag to resize

ICollapsibleSection Interface

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

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface ICollapsibleSection : IWindow, 
	IHasCppImplementation, IDisposable

The ICollapsibleSection type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Public propertyCaption (Inherited from IWindow.)
Public propertyCollapsible
Public propertyCommandOptionName
Public propertyCppPointer (Inherited from IHasCppImplementation.)
Public propertyCreated (Inherited from IWindow.)
Public propertyEnabled (Inherited from IWindow.)
Public propertyHeight
Public propertyHidden
Public propertyId
Public propertyInitiallyExpanded
Public propertyParent (Inherited from IWindow.)
Public propertyPlugInId
Public propertySettingsTag
Public propertyShown (Inherited from IWindow.)
Public propertyViewModel
Public propertyViewModelId
Public propertyWindow (Inherited from IWindow.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodMove (Inherited from IWindow.)
Public methodRunScript
Top
See Also