From e31250ac2d463db082ec344fb20a44de8109de20 Mon Sep 17 00:00:00 2001 From: iPhilip Date: Mon, 21 Jul 2025 17:41:19 -0700 Subject: [PATCH] Update nf-windowsx-combobox_setitemheight.md Added article for better readability. --- .../content/windowsx/nf-windowsx-combobox_setitemheight.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk-api-src/content/windowsx/nf-windowsx-combobox_setitemheight.md b/sdk-api-src/content/windowsx/nf-windowsx-combobox_setitemheight.md index dc0eab984c6e..a3636d3635a8 100644 --- a/sdk-api-src/content/windowsx/nf-windowsx-combobox_setitemheight.md +++ b/sdk-api-src/content/windowsx/nf-windowsx-combobox_setitemheight.md @@ -1,7 +1,7 @@ --- UID: NF:windowsx.ComboBox_SetItemHeight title: ComboBox_SetItemHeight macro (windowsx.h) -description: Sets the height of list items or the selection field in a combo box. You can use this macro or send the CB_SETITEMHEIGHT message explicitly. +description: Sets the height of the list items or the selection field in a combo box. You can use this macro or send the CB_SETITEMHEIGHT message explicitly. helpviewer_keywords: ["ComboBox_SetItemHeight","ComboBox_SetItemHeight macro [Windows Controls]","_win32_ComboBox_SetItemHeight","_win32_ComboBox_SetItemHeight_cpp","controls.ComboBox_SetItemHeight","controls._win32_ComboBox_SetItemHeight","windowsx/ComboBox_SetItemHeight"] old-location: controls\ComboBox_SetItemHeight.htm tech.root: Controls @@ -66,7 +66,7 @@ If the index or height is invalid, the return value is CB_ERR. ## -description -Sets the height of list items or the selection field in a combo box. You can use this macro or send the CB_SETITEMHEIGHT message explicitly. +Sets the height of the list items or the selection field in a combo box. You can use this macro or send the CB_SETITEMHEIGHT message explicitly. ## -parameters @@ -80,7 +80,7 @@ A handle to the control. Type: int -The component of the combo box for which to set the height. This parameter must be –1 to set the height of the selection field. It must be zero to set the height of list items, unless the combo box has the CBS_OWNERDRAWVARIABLE style. In that case, the index parameter is the zero-based index of a specific list item. +The component of the combo box for which to set the height. This parameter must be –1 to set the height of the selection field. It must be zero to set the height of the list items, unless the combo box has the CBS_OWNERDRAWVARIABLE style. In that case, the index parameter is the zero-based index of a specific list item. ### -param cyItem