Vcl.RibbonActnCtrls.IRibbonBarKeyTip.BarHideKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BarHideKeyTips(KeyTips: TKeyTipList);

C++

virtual void __fastcall BarHideKeyTips(TKeyTipList* KeyTips) = 0 ;

Properties

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

Description

Hides any visible KeyTip windows.

BarHideKeyTips hides any visible KeyTip windows. ExceptList may contain a list of TKeyTipMatchItem objects for commands that should not be hidden. These items are current partial matches and require additional handling.

See Also