Vcl.StdCtrls.TCustomButton.CommandLinkHint
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 オペレーティング システムでのみ利用可能です