| Revit 2021.1 API |
| RibbonItem..::..ItemType Property |
| RibbonItem Class See Also |
Gets the item type.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public RibbonItemType ItemType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ItemType As RibbonItemType Get |
| Visual C++ |
|---|
public: property RibbonItemType ItemType { RibbonItemType get (); } |