Gets or sets the keyboard shortcut of the RibbonButton.

Syntax

public string KeyTip { get; set;}

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";