Gets or sets the keyboard shortcut of the RibbonButton.

Syntax

public string KeyTip { get; set;}
Public Property KeyTip() As String

Examples

This example shows how to set a RibbonButton´s KeyTip property.

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"