CHeader.GetFocusedItemmethod
Gets the item in a header control that has the focus.
Syntax
FUNCTION GetBitmapMargin (BYVAL hHeader AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. |
Return value
Returns the index of the item in focus.
Description
Gets the item in a header control that has the focus.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:171
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class