Click or drag to resize

ExpandableContentUI Class

This class extends ContentUI to represent the default user interface which the RDK provides for a content.This is the UI created by the default implementation of CRhRdkCoreContent::CreateUI(). The main feature of this implementation is a 'holder' containing one or more expandable 'sections' (AKA 'roll-ups').
Inheritance Hierarchy

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class ExpandableContentUI : ContentUI, 
	IDisposable

The ExpandableContentUI type exposes the following members.

Properties
  NameDescription
Public propertyCppPointer (Inherited from ContentUI.)
Top
Methods
  NameDescription
Public methodAddSection(ICollapsibleSection)
Add a section to the UI. Called \e before Create(). A generic controller is attached.
Public methodAddSection(ICollapsibleSection, IRdkViewModel)
Add a section to the UI with a custom controller. Called \e before Create().
Public methodContentUIHolder
Returns the holder that contains the UI sections, if this is an expandable content UI with sections inside holders. Returns null for custom UIs.
(Inherited from ContentUI.)
Public methodDispose (Inherited from ContentUI.)
Public methodEditorUuid
Get the unique identifier of the editor that the UI is being displayed in.
(Inherited from ContentUI.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
ContentUI destructor
(Inherited from ContentUI.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCreated
Returns true if the UI is created, else false
(Inherited from ContentUI.)
Public methodIsShown
Returns true if the UI is being shown, else false
(Inherited from ContentUI.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUuid
Get the unique identifier of the UI.
(Inherited from ContentUI.)
Top
Fields
  NameDescription
Protected fieldm_cpp (Inherited from ContentUI.)
Top
See Also