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
SyntaxReadOnly Property Hidden As Boolean
Get
Property Value
Type:
Boolean
Remarks
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