CHeader.GetImageListmethod
Gets the handle to the image list that has been set for an existing header control.
Syntax
FUNCTION GetImageList (BYVAL hHeader AS HWND) AS HIMAGELIST
Parameters
| Name | Description | |
|---|---|---|
hHeader | The 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