Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.HideKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideKeyTip(const Match: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuButton

Description

Hides the KeyTip for this command.

HideKeyTip hides the KeyTip for this command. If the Match parameter (partially) matches the command's KeyTip, then the KeyTip remains visible.

See Also