Gets or sets the keyboard shortcut of the RibbonComboBox.

Syntax

public string KeyTip { get; set; }

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