Vcl.RibbonActnCtrls.IRibbonKeyTip.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 IRibbonKeyTip

Description

The KeyTip or shortcut displayed when the user presses the ALT key.

Use KeyTip to set or get a keyboard access key for a menu or command on the ribbon.

A KeyTip 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 KeyTips appear on the ribbon as a small text pop-up next to each menu action.

See Also