CComboBox::GetExtendedUI

This member function determines whether a combo box has the default user interface or the extended user interface. The extended user interface can be identified in the following ways:

Scrolling in the static control is disabled when the item list is not visible (arrow keys are disabled).

Syntax

BOOL GetExtendedUI( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::SetExtendedUI