IRibbonCategory.Keys

Fore Syntax

Keys: String;

Fore.NET Syntax

Keys: String;

Description

The Keys property determines the hot key that is used for quick access to the 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 example of use is given in description of the IRibbonCategories.Add method.

See also:

IRibbonCategory