Revit 2026 API
Ribbon |
Gets or sets a value indicating whether the RibbonPanel is displayed.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Visible { get; set; }
Public Property Visible As Boolean Get Set
public: property bool Visible { bool get (); void set (bool value); }
member Visible : bool with get, set
Property Value
BooleanTrue if the RibbonPanel is displayed; otherwise, false. The default is true.
See Also