API:Vcl.Taskbar.TCustomTaskbar.GetOverlayHIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOverlayHIcon: HICON; override;

C++

virtual HICON __fastcall GetOverlayHIcon(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TCustomTaskbar

Description

Returns the handle of the overlay icon that is used over the application icon in the Windows taskbar.

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

Returns the handle of the overlay icon that is used over the application icon in the Windows taskbar.

The GetOverlayHIcon virtual method is to be implemented in child classes.

See Also