From e3e37f72b51be729c5660a750c7f67d4c5ba82b3 Mon Sep 17 00:00:00 2001 From: iPhilip Date: Sat, 12 Jul 2025 10:03:22 -0700 Subject: [PATCH] Update nf-windowsx-listbox_setcaretindex.md The message works with single-selection and multiple-selection list boxes. --- .../content/windowsx/nf-windowsx-listbox_setcaretindex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/windowsx/nf-windowsx-listbox_setcaretindex.md b/sdk-api-src/content/windowsx/nf-windowsx-listbox_setcaretindex.md index 5cdbf8a6f029..42e56b9c09e8 100644 --- a/sdk-api-src/content/windowsx/nf-windowsx-listbox_setcaretindex.md +++ b/sdk-api-src/content/windowsx/nf-windowsx-listbox_setcaretindex.md @@ -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