Vcl.Ribbon.TCustomRibbonGroup.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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Hides the ribbon group's key tip.

See Also