Vcl.Ribbon.TCustomRibbon.TabHideKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TabHideKeyTips(const KeyTip: string; KeyTips: TKeyTipList);

C++

void __fastcall TabHideKeyTips(const System::UnicodeString KeyTip, Vcl::Ribbonactnctrls::TKeyTipList* KeyTips);

Properties

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

Description

Hide KeyTips.

TabHideKeyTips hides the KeyTips. If the KeyTips parameter is nil, all KeyTips are hidden. Otherwise KeyTips contains TKeyTipMatchItem that are not supposed to be hidden at this time. This would occur when there are a number of Partial KeyTip matches where the first character of a KeyTip matches many KeyTips.

See Also