Vcl.Ribbon.TRibbonGroupCollapsedControl.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 TRibbonGroupCollapsedControl

Description

Checks whether the command's key tip matches the key tip currently introduced by the user.

See Also