Skip to content

Update ns-winuser-comboboxinfo.md #2033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ The size, in bytes, of the structure. The calling application must set this to s

Type: <b><a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a></b>

A <a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a> structure that specifies the coordinates of the edit box.
A <a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a> structure that specifies the client coordinates of the edit box.

### -field rcButton

Type: <b><a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a></b>

A <a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a> structure that specifies the coordinates of the button that contains the drop-down arrow.
A <a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a> structure that specifies the client coordinates of the button that contains the drop-down arrow.

### -field stateButton

Expand Down Expand Up @@ -151,4 +151,4 @@ GetComboBoxInfo(hwnd, &info);

## -see-also

<a href="/windows/desktop/api/winuser/nf-winuser-getcomboboxinfo">GetComboBoxInfo</a>
<a href="/windows/desktop/api/winuser/nf-winuser-getcomboboxinfo">GetComboBoxInfo</a>