GComboBox

GComboBox — a list box combined with a static or edit control.

Synopsis

class GComboBox GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GComboBox

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.

AddControlResizeFlags (ctrlid, flags)
AddString (lpszString)
Clear ()

Search on CComboBox::Clear.

Copy ()

Search on CComboBox::Copy.

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

Search on CComboBox::Cut.

DeleteString (nIndex)
Dir (attr, lpszWildCard)

Search on CComboBox::Dir.

EndResizeGroup ()
FindString (nStartAfter, lpszString)
FindStringExact (nIndexStart, lpszFind)
GetComboBoxInfo (pComboBoxInfo)
GetCount ()
GetCurSel ()
GetDroppedControlRect (lprect)
GetDroppedState ()
GetDroppedWidth ()
GetEditSel ()
GetExtendedUI ()
GetHorizontalExtent ()
GetItemData (nIndex)
GetItemHeight (nIndex)
GetLBText (nIndex, lpszText)
GetLBTextLen (nIndex)
GetLocale ()
GetMinVisible ()
GetTopIndex ()
InitStorage (nItems, nBytes)
InsertString (nIndex, lpszString)
LimitText (nMaxChars)
Paste ()

Search on CComboBox::Paste.

ResetContent ()
SelectString (nStartAfter, lpszString)
SetCurSel (nSelect)
SetDroppedWidth (nWidth)
SetEditSel (nStartChar, nEndChar)
SetExtendedUI (args?...)
SetHorizontalExtent (nExtent)
SetItemData (nIndex, dwItemData)
SetItemHeight (nIndex, cyItemHeight)
SetLocale (nNewLocale)
SetMinVisible (nMinVisible)
SetTopIndex (nIndex)
ShowDropDown (args?...)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.