Vcl.RibbonActnCtrls.IRibbonKeyTip.ShowKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowKeyTip(const Position: TKeyTipPosition);

C++

virtual void __fastcall ShowKeyTip(const TKeyTipPosition Position) = 0 ;

Properties

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

Description

Displays the KeyTip for the command in a specified position.

The ShowKeyTip method shows the KeyTip for the command in the position specified. Only the application button uses a KeyTip position.

See Also