RibbonItem.ItemText Property
Gets or sets the text displayed on the item.
Namespace:
Autodesk.Revit.UI
Assembly:
RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual string ItemText { get; set; }
Property Value
String
Exceptions
Exception
Condition
ArgumentException
Thrown when setting the text to empty or to the string contains "%".
ArgumentNullException
Thrown when setting the text to
null
.
Remarks
The text can be changed at run time.
null
or empty string is not allowed.
See Also
Reference
RibbonItem Class
Autodesk.Revit.UI Namespace