Help Center

CHeader.GetItemCountmethod

Gets a count of the items in a header control.

WindowsmethodCHeader.incdocumented

Syntax

FUNCTION GetItemCount (BYVAL hHeader AS HWND) AS LONG

Parameters

NameDescription
hHeaderThe 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