API:Vcl.Taskbar.TThumbBarButton.GetHIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHIcon: HIcon; override;

C++

virtual HICON __fastcall GetHIcon();

Properties

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

Description

Returns the handle of the icon that is used as the thumb button icon in the application Windows task bar.

Vcl.Taskbar.TThumbBarButton.GetHIcon inherits from System.Win.TaskbarCore.TThumbBarButtonBase.GetHIcon. All content below this line refers to System.Win.TaskbarCore.TThumbBarButtonBase.GetHIcon.

Returns the handle of the icon that is used as the thumb button icon in the application Windows task bar.

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

See Also