Vcl.Ribbon.TCustomRibbonPage.HandleKeyTips

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

Delphi

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

C++

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

プロパティ

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


説明

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

関連項目