Vcl.RibbonActnCtrls.TRibbonCustomControl.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 TRibbonCustomControl

Description

Hides the KeyTip for this command.

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

See Also