Vcl.RibbonActnCtrls.IRibbonKeyTip.HideKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideKeyTip(const Match: string);

C++

virtual void __fastcall HideKeyTip(const System::UnicodeString Match) = 0 ;

Properties

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

Description

Hides the KeyTip for the command.

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

See Also