Vcl.ComCtrls.TCustomStatusBar.AutoHint

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

Delphi

property AutoHint: Boolean read FAutoHint write FAutoHint;

C++

__property bool AutoHint = {read=FAutoHint, write=FAutoHint, nodefault};

プロパティ

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


説明

ステータスバーのテキストが自動的に現在のヒントに設定されるかを示します。

AutoHint を使用すると、ステータス バーのテキストが自動的に現在のヒントに設定されるかを指定することができます。AutoHintTrue の場合、ステータス バーは自動的にヒント アクションに応答し、最初のパネル内にヒントのテキストの長いバージョンを表示します。

関連項目