Gets or sets the keyboard shortcut of the Ribbon
public string KeyTip { get; set;}
This example shows how to set a Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonButton ribbonButton = new TXTextControl.Windows.Forms.Ribbon.RibbonButton();
ribbonButton.KeyTip = "R";