Vcl.Ribbon.TRibbonPage.KeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyTip;

C++

__property KeyTip = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonPage

Description

Current key tip or shortcut for a specific ribbon page.

Vcl.Ribbon.TRibbonPage.KeyTip inherits from Vcl.Ribbon.TCustomRibbonPage.KeyTip. All content below this line refers to Vcl.Ribbon.TCustomRibbonPage.KeyTip.

Current key tip or shortcut for a specific ribbon page. A key tip is a shortcut, a combination of keys that provides faster access to the menu's actions. When the user presses the ALT key on a focused ribbon window, the key tips appear on the ribbon as a small text pop-up next to each action of the menu.

See Also