Vcl.RibbonActnCtrls.IRibbonBarKeyTip.BarHandleKeyTips

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

Delphi

procedure BarHandleKeyTips(const KeyTip: string; var KeyTips: TKeyTipList);

C++

virtual void __fastcall BarHandleKeyTips(const System::UnicodeString KeyTip, TKeyTipList* &KeyTips) = 0 ;

プロパティ

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

説明

アクション バーのコマンドが KeyTip に完全一致するか部分一致するかどうかをチェックします。

BarHandleKeyTips はアクション バーのコマンドが KeyTip に完全一致するか部分一致するかどうかをチェックします。一致は TKeyTipMatchItemList パラメータ)として返されます。1 つの項目のみが一致する場合は、そのコマンドが実行されます。

関連項目