Gets or sets the keyboard shortcut of the Ribbon
public string KeyTip { get; set; }
This eaxamples shows how to set the Key
TXTextControl.Windows.Forms.Ribbon.RibbonComboBox myRibbonComboBox = new TXTextControl.Windows.Forms.Ribbon.RibbonComboBox();
myRibbonComboBox.KeyTip = "C";