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