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 used as the thumb button icon in the Windows task bar.

See Also