RhinoCommon API
IUserInterfaceSectionOnUserInterfaceSectionExpanding Method |
The UserInterfaceSection object that called this interface method.
Namespace: Rhino.Render.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
void OnUserInterfaceSectionExpanding( UserInterfaceSection userInterfaceSection, bool expanding )
Sub OnUserInterfaceSectionExpanding ( userInterfaceSection As UserInterfaceSection, expanding As Boolean )
Parameters
- userInterfaceSection
- Type: Rhino.Render.UIUserInterfaceSection
The UserInterfaceSection object that called this interface method. - expanding
- Type: SystemBoolean
Will be true if the control has been createExpanded or false if it was collapsed.