Vcl.Ribbon.TCustomRibbon.DisplayKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisplayKeyTips(const State: TKeyTipState); virtual;

C++

virtual void __fastcall DisplayKeyTips(const Vcl::Ribbonactnctrls::TKeyTipState State);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Displays the ribbon's key tips.

Use DisplayKeyTips to display the key tips for the ribbon items.

See Also