CHeader.GetItemOrdermethod
Gets the order of the specified item of a header control.
Syntax
FUNCTION GetItemOrder (BYVAL hHeader AS HWND, BYVAL iItem AS LONG) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. | |
iItem | The zero-based index of the header control item for which to retrieve the order. |
Return value
The order of the item.
Description
Gets the order of the specified item of a header control.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:261
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class