Header_SetFocusedItem macro (commctrl.h)
Sets the focus to a specified item in a header control. Use this macro or send the HDM_SETFOCUSEDITEM message explicitly.
Syntax
BOOL Header_SetFocusedItem(
[in] HWND hwnd,
[in] int iItem
);
Parameters
[in] hwnd
Type: HWND
A handle to the header control.
[in] iItem
Type: int
The index of item.
Return value
Type: BOOL
Returns TRUE if successful, or FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |