Revit 2026 API
Ribbon |
Represents a panel added by an External Application or External Command into the Add-Ins tab.
SystemObject
Autodesk.Revit.UIRibbonPanel
Autodesk.Revit.UIRibbonPanel
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
The RibbonPanel type exposes the following members.
| Name | Description | |
|---|---|---|
| Enabled | Gets or sets a value indicating whether the RibbonPanel can respond to user interaction. | |
| Name | Gets or sets the name of the RibbonPanel. | |
| Title | Gets or sets the text of the RibbonPanel. | |
| Visible | Gets or sets a value indicating whether the RibbonPanel is displayed. |
| Name | Description | |
|---|---|---|
| AddItem | Adds a Ribbon item to the panel. | |
| AddSeparator | Adds a new Separator to the panel. | |
| AddSlideOut | Adds a slideout to the current panel. | |
| AddStackedItems(RibbonItemData, RibbonItemData) | Adds two stacked items to the panel. | |
| AddStackedItems(RibbonItemData, RibbonItemData, RibbonItemData) | Adds three stacked items to the panel. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object)) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetItems | Gets a copy of the collection of RibbonItems assigned to the RibbonPanel. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
The Panel class provides read and write access to the RibbonItems contained in the panel. Use of this class is not supported in Revit Macros.
See Also