Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.BarHandleKeyTips

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

Delphi

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

C++

void __fastcall BarHandleKeyTips(const System::UnicodeString KeyTip, Vcl::Ribbonactnctrls::TKeyTipList* &KeyTips);

プロパティ

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

説明

リボンのクイック アクセス ツールバー上のアクションが、入力されたキー ヒントに対して、一部または完全に一致するかどうかをチェックします。 一致するコントロールが 1 つのみだった場合、そのアクションが実行されます。

関連項目