Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.HandleKeyTip
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 | TRibbonBaseButtonControl |
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.