RVTDocs.com
Namespace: Autodesk.Revit.UI Class: RibbonItem

RibbonItem.ItemText

Property
Description:
Gets or sets the text displayed on the item.
Remarks:
The text can be changed at run time. null or empty string is not allowed.
Syntax
public virtual string ItemText { get; set; }
Exceptions
Exception Condition
ArgumentException Thrown when setting the text to empty or to the string contains "%".
ArgumentNullException Thrown when setting the text to.