Vcl.Ribbon.TCustomRibbon.TabHideKeyTips

提供:RAD Studio API Documentation

Delphi

procedure TabHideKeyTips(const KeyTip: string; KeyTips: TKeyTipList);

C++

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

プロパティ

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

説明

KeyTip を非表示にします。

TabHideKeyTips は、KeyTip を非表示にします。KeyTips パラメータが nil の場合は、すべての KeyTip が非表示になります。それ以外の場合、KeyTips には、現時点で非表示の対象にならない TKeyTipMatchItem が指定されます。これが行われるのは、部分一致する多数の KeyTip がある(KeyTip の最初の文字が多数の KeyTip に一致する)場合です。

関連項目