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

Description

Shows the KeyTip for the command in the specified position.

ShowKeyTip shows the KeyTip for the command in the position specified by the Position parameter.

See Also