Vcl.RibbonActnCtrls.IRibbonKeyTip.HandleKeyTip
Delphi
procedure HandleKeyTip(const KeyTip: string; var Handled: TKeyTipHandled);
C++
virtual void __fastcall HandleKeyTip(const System::UnicodeString KeyTip, TKeyTipHandled &Handled) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | IRibbonKeyTip |
Description
Indicates whether the command's KeyTip matches the KeyTip currently input.
HandleKeyTip indicates whether this command's KeyTip matches the KeyTip currently input by the user. Full and partial matches are taken into consideration.