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