Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.HandleKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleKeyTip(const KeyTip: string; var Handled: TKeyTipHandled);

C++

void __fastcall HandleKeyTip(const System::UnicodeString KeyTip, TKeyTipHandled &Handled);

Properties

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

Description

Checks whether the command's KeyTip matches the KeyTip currently input by the user.

HandleKeyTip checks whether the command's KeyTip matches the KeyTip currently input by the user. Full and partial matches are taken into consideration.

See Also