Limitations
Read only.
Gets an object of type Ribbon
public RibbonToolTip ToolTip { get; }
The following example shows how the Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonButton ribbonButton = new TXTextControl.Windows.Forms.Ribbon.RibbonButton();
ribbonButton.ToolTip.Description = "MyRibbonButton´s Tooltip Description";
ribbonButton.ToolTip.Title = "MyRibbonButton´s Tooltip Title";
Read only.