Vcl.RibbonActnCtrls.IRibbonKeyTip.GetKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetKeyTip: string;

C++

virtual System::UnicodeString __fastcall GetKeyTip() = 0 ;

Properties

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

Description

Returns the current KeyTip for the command.

GetKeyTip returns the current KeyTip for the command.

See Also