Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure contains combo box status information.
Syntax
typedef struct tagCOMBOBOXINFO { DWORD cbSize; RECT rcItem; RECT rcButton; DWORD stateButton; HWND hwndCombo; HWND hwndItem; HWND hwndList; } COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO; |
Members
- cbSize
-
Specifies the size, in bytes, of the structure. The caller must set this to
sizeof(COMBOBOXINFO)
.
- rcItem
-
RECTstructure that specifies the coordinates of the edit box.
- rcButton
-
RECTstructure that specifies the coordinates of the button that contains the drop-down arrow.
- stateButton
-
Unsupported.
- hwndCombo
-
Handle to the combo box.
- hwndItem
-
Handle to the edit box.
- hwndList
-
Handle to the drop-down list.
Requirements
Header | winuser.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |