GComboBoxEx

GComboBoxEx — a combo box with support for image lists.

Synopsis

class GComboBoxEx GComboBox
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GComboBox <-- GComboBoxEx

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CComboBoxEx::Create.

DeleteItem (nIndex)

Corresponds to CComboBoxEx::DeleteItem.

GetExtendedStyle ()

Corresponds to CComboBoxEx::GetExtendedStyle.

GetItem (pCBItem)

Corresponds to CComboBoxEx::GetItem.

GetUnicodeFormat ()

Corresponds to CComboBoxEx::GetUnicodeFormat.

HasEditChanged ()

Corresponds to CComboBoxEx::HasEditChanged.

InsertItem (lpcCBItem)

Corresponds to CComboBoxEx::InsertItem.

SetExtendedStyle (dwExMask, dwExStyle)

Corresponds to CComboBoxEx::SetExtendedStyle.

SetItem (lpcCBItem)

Corresponds to CComboBoxEx::SetItem.

SetUnicodeFormat (args?...)

Corresponds to CComboBoxEx::SetUnicodeFormat.

This class also inherits the functions of GComboBox and GWindowBase.