Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.HideKeyTip

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

Delphi

procedure HideKeyTip(const Match: string);

C++

void __fastcall HideKeyTip(const System::UnicodeString Match);

プロパティ

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

説明

このコマンドに対する KeyTip を表示しません。

HideKeyTip は、このコマンドに対する KeyTip を表示しません。Match パラメータがコマンドの KeyTip に(完全または部分)一致する場合は、KeyTip は表示されたままです。

関連項目