Gets or sets the keyboard shortcut of the RibbonTab.

Syntax

public string KeyTip { get; }

Examples

This example shows how to set the ToolTip property of a RibbonTab.

TXTextControl.Windows.Forms.Ribbon.RibbonTab MyRibbonTab = new TXTextControl.Windows.Forms.Ribbon.RibbonTab();
MyRibbonTab.KeyTip = "Ctr + K";