IRibbonCategory.Keys

Fore Syntax

Keys: String;

Fore.NET Syntax

Keys: String;

Description

The Keys property determines the hot key that should be used for quick access to the tab.

Comments

Character or combination of two characters should be specified as a value of this property. Characters should correspond to alphabetic or number key. If the combination of two keys is set, the first letter of the combination should not be confronted with any tab (control element).

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