diff --git a/desktop-src/Controls/lb-settabstops.md b/desktop-src/Controls/lb-settabstops.md index 2b175e61410..663039e3912 100644 --- a/desktop-src/Controls/lb-settabstops.md +++ b/desktop-src/Controls/lb-settabstops.md @@ -46,7 +46,7 @@ If all the specified tabs are set, the return value is **TRUE**; otherwise, it i To respond to the **LB\_SETTABSTOPS** message, the list box must have been created with the [**LBS\_USETABSTOPS**](list-box-styles.md) style. -If *wParam* is 0 and *lParam* is **NULL**, the default tab stop is two dialog template units. If *wParam* is 1, the list box will have tab stops separated by the distance specified by *lParam*. +If *wParam* is 0 and *lParam* is **NULL**, the default tab stop is 32 dialog template units. If *wParam* is 1, the list box will have tab stops separated by the distance specified by *lParam*. If *lParam* points to more than a single value, a tab stop will be set for each value in *lParam*, up to the number specified by *wParam*.