Vcl.ActnMan.TActionClientItem.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 published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Current KeyTip for command.

Use KeyTip to set or to get the keyboard access key for the menu.

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 popup next to each action of the menu.