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

ButtonData.Text

Property
Description:
The user-visible text of the button.
Syntax
public string Text { get; set; }
Exceptions
Exception Condition
ArgumentNullException Thrown when setting the value to.
ArgumentException Thrown when setting the value to an empty string, or when the value contains invalid characters.