Vcl.Ribbon.TCustomRibbonGroup.BarHideKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BarHideKeyTips(KeyTips: TKeyTipList);

C++

void __fastcall BarHideKeyTips(Vcl::Ribbonactnctrls::TKeyTipList* KeyTips);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Hide any visible KeyTips that commands are displaying.

BarHideKeyTips hides any visible KeyTips that commands are displaying. The KeyTips parameter contains a list of TKeyTipMatchItem objects that indicate that the KeyTip associated with that command should not be closed. When the KeyTips parameter is nil, all KeyTips are hidden.

See Also