Vcl.RibbonActnCtrls.TRibbonCustomControl.ShowKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowKeyTip(const Position: TKeyTipPosition);

C++

void __fastcall ShowKeyTip(const TKeyTipPosition Position);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonCustomControl

Description

Shows the KeyTip for the command in the specified position.

Use ShowKeyTip to show the KeyTip for the command in the specified position.

See Also