Overridden. Gets or sets the Ribbon
public override string Text { get; set; }
Public Overrides Property Text() As String
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";
Dim ribbonButton As TXTextControl.Windows.Forms.Ribbon.RibbonButton = New TXTextControl.Windows.Forms.Ribbon.RibbonButton()
ribbonButton.Text = "My RibbonButton´s Text"
Learn more about the TXText