IUserSection
Public Interface
Public Property
Hidden
Public Method
Public Method
Note: This API is now obsolete.
Implement this interface in your user control to get UserInterfaceSection event notification.
Namespace: Rhino.Render.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
[ObsoleteAttribute("Obsolete")]public interface IUserInterfaceSection
The IUserInterfaceSection type exposes the following members.
Properties
Name
Description
Public Property
Hidden
Return true if the section should be hidden, else return false.
Methods
Name
Description
Public Method
OnUserInterfaceSectionExpanding
The UserInterfaceSection object that called this interface method.
Public Method
UserInterfaceDisplayData
Called by UserInterfaceSection when the selected content changes or a content field property value changes.