Vcl.Ribbon.TRibbonGroup.KeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyTip: string read GetKeyTip write SetKeyTip default 0;

C++

__property KeyTip = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroup

Description

Keytip or shortcut for Dialog button of the Ribbon group.

Vcl.Ribbon.TRibbonGroup.KeyTip inherits from Vcl.Ribbon.TCustomRibbonGroup.KeyTip. All content below this line refers to Vcl.Ribbon.TCustomRibbonGroup.KeyTip.

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