Gets or sets the description text that appears on this button in a Ribbon
public string Description { get; set; }
The following example shows a Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonButton ribbonButton =
new TXTextControl.Windows.Forms.Ribbon.RibbonButton();
ribbonButton.Description = "My RibbonButton";
ribbonButton.DisplayMode =
TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled;