Gets or sets the keyboard shortcut of the Ribbon
public string KeyTip { get; }
This example shows how to set the Tool
TXTextControl.Windows.Forms.Ribbon.RibbonTab MyRibbonTab = new TXTextControl.Windows.Forms.Ribbon.RibbonTab();
MyRibbonTab.KeyTip = "Ctr + K";