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

This class also inherits the functions of GComboBox and GWindowBase.