CHeader.DeleteItemmethod
Deletes an item from a header control.
Syntax
FUNCTION DeleteItem (BYVAL hHeader AS HWND, BYVAL i AS LONG) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. | |
i | The zero-based index of the item to delete. |
Return value
Returns TRUE if successful, or FALSE otherwise.
Description
Deletes an item from a header control.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:146
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class