IUserInterfaceSectionHidden Property |
Return true if the section should be hidden, else return false.
Namespace:
Rhino.Render.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax ReadOnly Property Hidden As Boolean
Get
Property Value
Type:
BooleanRemarks
This is not to be confused with IsShown(). Hidden tells the holder
whether or not to hide the section. IsShown reports the current
physical state of the control.
Remarks See Also