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

Description

Keytip or shortcut for Dialog button of the Ribbon group.

KeyTip is the keytip for the Dialog button of the group. It is only valid when DialogAction has been set.

See Also