CComboBox::GetExtendedUI

BOOL GetExtendedUI( ) const;

Return Value

Nonzero if the combo box has the extended user interface; otherwise 0.

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 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).

CComboBox OverviewClass MembersHierarchy Chart

See Also   CComboBox::SetExtendedUI, CB_GETEXTENDEDUI