Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.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 TRibbonBaseButtonControl

Description

Shows the KeyTip for the command in a specified position.

ShowKeyTip shows the KeyTip for the command in a specified position. Only the Application Button uses a KeyTip position.

See Also