System.Win.TaskbarCore.TTaskbarBase.OverlayHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverlayHint: string read FOverlayHint write SetOverlayHint;

C++

__property System::UnicodeString OverlayHint = {read=FOverlayHint, write=SetOverlayHint};

Properties

Type Visibility Source Unit Parent
property public
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TTaskbarBase

Description

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