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
2 changes: 1 addition & 1 deletion desktop-src/Controls/lb-settabstops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

Expand Down