Help Center

CHeader.GetImageListmethod

Gets the handle to the image list that has been set for an existing header control.

WindowsmethodCHeader.incdocumented

Syntax

FUNCTION GetImageList (BYVAL hHeader AS HWND) AS HIMAGELIST

Parameters

NameDescription
hHeaderThe handle of the header control.

Return value

Returns the handle to the image list that is set for the header control.

Description

Gets the handle to the image list that has been set for an existing header control.

Reference

  • Include file CHeader.inc
  • Defined in AfxNova/CHeader.inc:180
  • Documented in Windows/WIndows Controls/CHeader Class.md
  • Topic: CHeader Class