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

void ComboBox_SetExtendedUI(
   hwndCtl,
   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

None

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