Vcl.Ribbon.TCustomRibbonGroup.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, Vcl::Ribbonactnctrls::TKeyTipHandled &Handled);

Properties

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

Description

Checks whether the command's key tip matches the current key tip input by the user.

See Also