Vcl.Taskbar.TTaskbar.OverlayHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverlayHint: string read FOverlayHint write SetOverlayHint default 0;

C++

__property OverlayHint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TTaskbar

Description

Specifies the string to appear as a hint overlaid on the application icon in the taskbar.

Vcl.Taskbar.TTaskbar.OverlayHint inherits from System.Win.TaskbarCore.TTaskbarBase.OverlayHint. All content below this line refers to System.Win.TaskbarCore.TTaskbarBase.OverlayHint.

Specifies the string to appear as a hint overlaid on the application icon in the taskbar.


A string that provides a text version of the information conveyed by the overlay, for accessibility purposes.

See Also