ComboBox_SetExtendedUI macro (windowsx.h)
Selects either the default user interface (UI) or the extended UI for a combo box that has the CBS_DROPDOWN or CBS_DROPDOWNLIST style. You can use this macro or send the CB_SETEXTENDEDUI message explicitly.
Syntax
int ComboBox_SetExtendedUI(
HWND hwndCtl,
UINT flags
);
Parameters
hwndCtl
Type: HWND
A handle to the control.
flags
Type: UINT
Zero to use the default UI, or nonzero to use the extended UI.
Return value
Type: int
If an error occurs, the return value is CB_ERR.
Remarks
For more information, see CB_SETEXTENDEDUI.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | windowsx.h |