Vcl.ComCtrls.TCustomStatusBar.AutoHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoHint: Boolean read FAutoHint write FAutoHint;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Specifies whether the status bar's text is set automatically to the current hint.

Use AutoHint to specify whether the status bar's text is set automatically to the current hint. When AutoHint is True, the status bar automatically responds to hint actions by displaying the long version of the hint's text in the first panel.

See Also