Overridden. Gets or sets the Ribbon
public override string Text { get; set; }
This example shows how to set a Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonButton ribbonButton = new TXTextControl.Windows.Forms.Ribbon.RibbonButton();
ribbonButton.Text = "My RibbonButton´s Text";
Learn more about the TXText