Vcl.Ribbon.TCustomRibbonPage.KeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyTip: string read FKeyTip write FKeyTip;

C++

__property System::UnicodeString KeyTip = {read=FKeyTip, write=FKeyTip};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonPage

Description

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