Vcl.StdCtrls.TCustomButton.CommandLinkHint

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

Delphi

property CommandLinkHint: string read FCommandLinkHint write SetCommandLinkHint;

C++

__property System::UnicodeString CommandLinkHint = {read=FCommandLinkHint, write=SetCommandLinkHint};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton


説明

コマンド リンク用のボタン キャプションの下にヒントとして表示されるテキストです。

CommandLinkHint は、Style プロパティがコマンド リンク ボタンを指定する bsCommandLink のときに、ボタン キャプションの下にヒントとして表示されるテキストです。

Windows Vista、Windows 7、またはそれ以降の Windows オペレーティング システムでのみ利用可能です

関連項目