Vcl.Ribbon.TRibbonTabItem.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 published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonTabItem

Description

Current KeyTip for the ribbon tab item.

A KeyTip is a shortcut, a combination of keys that provides faster access to the ribbon'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 action of the menu.

See Also