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)
Search on CComboBoxEx::Create.
DeleteItem (nIndex)
Search on CComboBoxEx::DeleteItem.
GetExtendedStyle ()
Search on CComboBoxEx::GetExtendedStyle.
GetItem (pCBItem)
Search on CComboBoxEx::GetItem.
GetUnicodeFormat ()
Search on CComboBoxEx::GetUnicodeFormat.
HasEditChanged ()
Search on CComboBoxEx::HasEditChanged.
InsertItem (lpcCBItem)
Search on CComboBoxEx::InsertItem.
SetExtendedStyle (dwExMask, dwExStyle)
Search on CComboBoxEx::SetExtendedStyle.
SetItem (lpcCBItem)
Search on CComboBoxEx::SetItem.
SetUnicodeFormat (args?...)
Search on CComboBoxEx::SetUnicodeFormat.

This class also inherits the functions of GComboBox and GWindowBase.