Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.SetKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetKeyTip(const Value: string);

C++

void __fastcall SetKeyTip(const System::UnicodeString Value);

Properties

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

Description

Sets the command's KeyTip in a specified position.

Only the Application Button uses a KeyTip position.

See Also