CHeader.SetTextmethod
Sets the text of the specified item.
Syntax
FUNCTION SetText (BYVAL hHeader AS HWND, BYVAL iItem AS LONG, BYVAL pwszText AS WSTRING PTR) AS BOOLEAN
Also documented as
SetItemText — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. | |
iItem | The index of the item whose text will be changed. | |
pwszText | The text to set. |
Return value
Returns TRUE if successful, or FALSE otherwise.
Description
Sets the text of the specified item.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:524
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class