◄CComboBox► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── Windows 3.1 only BOOL GetExtendedUI() const; Remarks Call the GetExtendedUI member function to determine whether a combo box has the default user interface or the extended user interface. The extended user interface differs from the default user interface in the following ways: ■ Clicking the static control displays the list box ◄CBS_DROPDOWNLIST► style only). ■ Pressing the DOWN ARROW key displays the list box (F4 is disabled). ■ Scrolling in the static control is disabled when the item list is not visible (arrow keys are disabled). Return Value Nonzero if the combo box has the extended user interface; otherwise, 0. See Also ◄CComboBox::SetExtendedUI►, ◄CB_GTEXTENDEDUI► -♦-