| Revit 2017 API |
| RibbonPanel..::..Visible Property |
| RibbonPanel Class See Also |
Gets or sets a value indicating whether the RibbonPanel is displayed.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public bool Visible { get; set; } |
| Visual Basic |
|---|
Public Property Visible As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Visible { bool get (); void set (bool value); } |