Gets or sets the keyboard shortcut of the RibbonTab.

Syntax

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

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";
Dim MyRibbonTab As TXTextControl.Windows.Forms.Ribbon.RibbonTab = New TXTextControl.Windows.Forms.Ribbon.RibbonTab()
MyRibbonTab.KeyTip = "Ctr + K"