IRibbonCategory.Keys

Syntax

Keys: String;

Description

The Keys property determines a hot key for quick access to the ribbon tab.

Comments

Specify character or combination of two characters as a value of this property. Characters must correspond to alphabetic or number key. If the combination of two keys is set, the first letter of the combination must not be corresponded with any tab (control).

Press the ALT key to access to tabs using hot keys during the form work. The tooltips with the names of set hot keys are displayed:

Example

The property use is given in the example for IRibbonCategories.Add.

See also:

IRibbonCategory