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)
Search on CComboBox::AddControlResizeFlags.
AddString (lpszString)
Search on CComboBox::AddString.
Clear ()
Search on CComboBox::Clear.
Copy ()
Search on CComboBox::Copy.
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Search on CComboBox::Create.
Cut ()
Search on CComboBox::Cut.
DeleteString (nIndex)
Search on CComboBox::DeleteString.
Dir (attr, lpszWildCard)
Search on CComboBox::Dir.
EndResizeGroup ()
Search on CComboBox::EndResizeGroup.
FindString (nStartAfter, lpszString)
Search on CComboBox::FindString.
FindStringExact (nIndexStart, lpszFind)
Search on CComboBox::FindStringExact.
GetComboBoxInfo (pComboBoxInfo)
Search on CComboBox::GetComboBoxInfo.
GetCount ()
Search on CComboBox::GetCount.
GetCurSel ()
Search on CComboBox::GetCurSel.
GetDroppedControlRect (lprect)
Search on CComboBox::GetDroppedControlRect.
GetDroppedState ()
Search on CComboBox::GetDroppedState.
GetDroppedWidth ()
Search on CComboBox::GetDroppedWidth.
GetEditSel ()
Search on CComboBox::GetEditSel.
GetExtendedUI ()
Search on CComboBox::GetExtendedUI.
GetHorizontalExtent ()
Search on CComboBox::GetHorizontalExtent.
GetItemData (nIndex)
Search on CComboBox::GetItemData.
GetItemHeight (nIndex)
Search on CComboBox::GetItemHeight.
GetLBText (nIndex, lpszText)
Search on CComboBox::GetLBText.
GetLBTextLen (nIndex)
Search on CComboBox::GetLBTextLen.
GetLocale ()
Search on CComboBox::GetLocale.
GetMinVisible ()
Search on CComboBox::GetMinVisible.
GetTopIndex ()
Search on CComboBox::GetTopIndex.
InitStorage (nItems, nBytes)
Search on CComboBox::InitStorage.
InsertString (nIndex, lpszString)
Search on CComboBox::InsertString.
LimitText (nMaxChars)
Search on CComboBox::LimitText.
Paste ()
Search on CComboBox::Paste.
ResetContent ()
Search on CComboBox::ResetContent.
SelectString (nStartAfter, lpszString)
Search on CComboBox::SelectString.
SetCurSel (nSelect)
Search on CComboBox::SetCurSel.
SetDroppedWidth (nWidth)
Search on CComboBox::SetDroppedWidth.
SetEditSel (nStartChar, nEndChar)
Search on CComboBox::SetEditSel.
SetExtendedUI (args?...)
Search on CComboBox::SetExtendedUI.
SetHorizontalExtent (nExtent)
Search on CComboBox::SetHorizontalExtent.
SetItemData (nIndex, dwItemData)
Search on CComboBox::SetItemData.
SetItemHeight (nIndex, cyItemHeight)
Search on CComboBox::SetItemHeight.
SetLocale (nNewLocale)
Search on CComboBox::SetLocale.
SetMinVisible (nMinVisible)
Search on CComboBox::SetMinVisible.
SetTopIndex (nIndex)
Search on CComboBox::SetTopIndex.
ShowDropDown (args?...)
Search on CComboBox::ShowDropDown.
StartResizeGroup ()
Search on CComboBox::StartResizeGroup.

This class also inherits the functions of GWindowBase.