Vcl.RibbonActnCtrls.IRibbonKeyTip.ShowKeyTip

提供:RAD Studio API Documentation

Delphi

procedure ShowKeyTip(const Position: TKeyTipPosition);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls IRibbonKeyTip

説明

このコマンドに対する KeyTip を特定の位置に表示します。

ShowKeyTip メソッドは、このコマンドに対する KeyTip を特定の位置に表示します。アプリケーション ボタンのみが KeyTip の位置を使用します。

関連項目