Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.BarHandleKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BarHandleKeyTips(const KeyTip: string; var KeyTips: TKeyTipList);

C++

void __fastcall BarHandleKeyTips(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 TCustomRibbonQuickAccessToolbar

Description

Checks whether any actions on the ribbon Quick Access Toolbar are a partial or full match to the input key tip. If only one control is a match, then its action is executed.

See Also