RibbonItem.ItemText
Property
Description:
Gets or sets the text displayed on the item.
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.
The text can be changed at run time. null or empty string is not allowed.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting the text to empty or to the string contains "%". |
ArgumentNullException | Thrown when setting the text to. |