Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
UID: NF:windowsx.ListBox_SetCaretIndex
title: ListBox_SetCaretIndex macro (windowsx.h)
description: Sets the focus rectangle to the item at the specified index in a multiple-selection list box. If the item is not visible, it is scrolled into view. You can use this macro or send the LB_SETCARETINDEX message explicitly.
description: Sets the focus rectangle to the item at the specified index in a list box. If the item is not visible, it is scrolled into view. You can use this macro or send the LB_SETCARETINDEX message explicitly.
helpviewer_keywords: ["ListBox_SetCaretIndex","ListBox_SetCaretIndex macro [Windows Controls]","_win32_ListBox_SetCaretIndex","_win32_ListBox_SetCaretIndex_cpp","controls.ListBox_SetCaretIndex","controls._win32_ListBox_SetCaretIndex","windowsx/ListBox_SetCaretIndex"]
old-location: controls\ListBox_SetCaretIndex.htm
tech.root: Controls
Expand Down