CHeader.GetItemCountmethod
Gets a count of the items in a header control.
Syntax
FUNCTION GetItemCount (BYVAL hHeader AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. |
Return value
Returns TRUE if successful, or FALSE otherwise.
Description
Gets a count of the items in a header control.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:208
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class