API:Vcl.ComCtrls.TStatusBar.AutoHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoHint: Boolean read FAutoHint write FAutoHint default 0;

C++

__property AutoHint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

Description

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

Vcl.ComCtrls.TStatusBar.AutoHint inherits from Vcl.ComCtrls.TCustomStatusBar.AutoHint. All content below this line refers to Vcl.ComCtrls.TCustomStatusBar.AutoHint.

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