API:Vcl.StdCtrls.TButton.CommandLinkHint

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

Delphi

property CommandLinkHint: string read FCommandLinkHint write SetCommandLinkHint default 0;

C++

__property CommandLinkHint = {default=0};

プロパティ

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

説明

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

Vcl.StdCtrls.TButton.CommandLinkHint は Vcl.StdCtrls.TCustomButton.CommandLinkHint を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomButton.CommandLinkHint を参照しています。

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

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

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

関連項目