Gets or sets the keyboard shortcut of the RibbonComboBox.

Syntax

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

Examples

This eaxamples shows how to set the KeyTip property of a RibbonComboBox.

TXTextControl.Windows.Forms.Ribbon.RibbonComboBox myRibbonComboBox = new TXTextControl.Windows.Forms.Ribbon.RibbonComboBox();
myRibbonComboBox.KeyTip = "C";
Dim myRibbonComboBox As TXTextControl.Windows.Forms.Ribbon.RibbonComboBox = New TXTextControl.Windows.Forms.Ribbon.RibbonComboBox()
myRibbonComboBox.KeyTip = "C"