Vcl.Ribbon.TCustomRibbonGroup.BarHideKeyTips

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

Delphi

procedure BarHideKeyTips(KeyTips: TKeyTipList);

C++

void __fastcall BarHideKeyTips(Vcl::Ribbonactnctrls::TKeyTipList* KeyTips);

プロパティ

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

説明

コマンドに表示されているキーボード ショートカットをすべて非表示にします。

BarHideKeyTips は、コマンドに表示されているキーボード ショートカットをすべて非表示にします。KeyTips パラメータには、そのコマンドに関連付けられている KeyTip を非表示にすべきでないことを示す TKeyTipMatchItem オブジェクトのリストが格納されます。KeyTips パラメータが nil の場合は、すべての KeyTip が非表示になります。

関連項目