Vcl.Ribbon.TRibbonGroupCollapsedControl.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 TRibbonGroupCollapsedControl

Description

The current key tip or shortcut string associated with the control.

Use KeyTip to set or to get a keyboard access string for a collapsed control 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 action of the menu.

See Also