CHeader.GetStateImageListmethod
Gets the handle to the image list that has been set for an existing header control state.
Syntax
FUNCTION GetStateImageList (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 state.
Description
Gets the handle to the image list that has been set for an existing header control state.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:373
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class