Vcl.RibbonActnCtrls.TRibbonCustomControl.HideKeyTip

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure HideKeyTip(const Match: string);

C++

void __fastcall HideKeyTip(const System::UnicodeString Match);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonCustomControl

Beschreibung

Blendet den KeyTip für diesen Befehl aus.

HideKeyTip blendet den KeyTip für diesen Befehl aus. Wenn der Parameter Match (vollständig oder teilweise) mit dem KeyTip des Befehls übereinstimmt, bleibt der KeyTip sichtbar.

Siehe auch