Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.KeyTip

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property KeyTip: string read GetKeyTip write SetKeyTip;

C++

__property System::UnicodeString KeyTip = {read=GetKeyTip, write=SetKeyTip};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuButton

説明

対象のコマンドに対する現在の KeyTip またはショートカットです。

KeyTip プロパティは、対象のコマンドに対する現在の KeyTip です。GetKeyTip メソッドを使用すると KeyTip を読み取り、また SetKeyTip メソッドを使用すると、KeyTip を設定できます。

KeyTip は、メニューのアクションへより速くアクセスできるキーの組み合わせです(ショートカット)。ユーザーがフォーカスの当たっているリボン ウィンドウ上で ALT キーを押すと、リボン上のメニューの個々のアクションの横に、小さなポップアップ テキストで KeyTip が表示されます。


関連項目