Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.KeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyTip: string read GetKeyTip write SetKeyTip;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuButton

Description

Current KeyTip or shortcut for the command.

KeyTip is the current KeyTip for the command. Use the GetKeyTip method to read the KeyTip and the SetKeyTip method to set the KeyTip.

A KeyTip is a combination of keys that provides faster access to the menu's actions (a shortcut). When the user presses the ALT key on a focused ribbon window, a KeyTip appears on the Ribbon as a small text pop-up next to each action of the menu.


See Also