Vcl.Ribbon.TCustomRibbonGroup.KeyTip

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property KeyTip: string read GetKeyTip write SetKeyTip;

C++

__property System::UnicodeString KeyTip = {read=GetKeyTip, write=SetKeyTip};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Beschreibung

Tastenkürzel für die Dialogfeld-Schaltfläche der Gruppe.

KeyTip ist das Tastenkürzel für die Dialogfeld-Schaltfläche der Gruppe. Die Eigenschaft ist nur gültig, wenn DialogAction gesetzt ist.

Siehe auch