GComboBox
GComboBox — a list box combined with a static or edit control.
class GComboBox GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GComboBox
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)Corresponds to
CComboBox::AddControlResizeFlags.
AddString (lpszString)Corresponds to CComboBox::AddString.
Clear ()Corresponds to CComboBox::Clear.
Copy ()Corresponds to CComboBox::Copy.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CComboBox::Create.
Cut ()Corresponds to CComboBox::Cut.
DeleteString (nIndex)Corresponds to CComboBox::DeleteString.
Dir (attr, lpszWildCard)Corresponds to CComboBox::Dir.
EndResizeGroup ()Corresponds to
CComboBox::EndResizeGroup.
FindString (nStartAfter, lpszString)Corresponds to CComboBox::FindString.
FindStringExact (nIndexStart, lpszFind)Corresponds to
CComboBox::FindStringExact.
GetComboBoxInfo (pComboBoxInfo)Corresponds to
CComboBox::GetComboBoxInfo.
GetCount ()Corresponds to CComboBox::GetCount.
GetCurSel ()Corresponds to CComboBox::GetCurSel.
GetDroppedControlRect (lprect)Corresponds to
CComboBox::GetDroppedControlRect.
GetDroppedState ()Corresponds to
CComboBox::GetDroppedState.
GetDroppedWidth ()Corresponds to
CComboBox::GetDroppedWidth.
GetEditSel ()Corresponds to CComboBox::GetEditSel.
GetExtendedUI ()Corresponds to CComboBox::GetExtendedUI.
GetHorizontalExtent ()Corresponds to
CComboBox::GetHorizontalExtent.
GetItemData (nIndex)Corresponds to CComboBox::GetItemData.
GetItemHeight (nIndex)Corresponds to CComboBox::GetItemHeight.
GetLBText (nIndex, lpszText)Corresponds to CComboBox::GetLBText.
GetLBTextLen (nIndex)Corresponds to CComboBox::GetLBTextLen.
GetLocale ()Corresponds to CComboBox::GetLocale.
GetMinVisible ()Corresponds to CComboBox::GetMinVisible.
GetTopIndex ()Corresponds to CComboBox::GetTopIndex.
InitStorage (nItems, nBytes)Corresponds to CComboBox::InitStorage.
InsertString (nIndex, lpszString)Corresponds to CComboBox::InsertString.
LimitText (nMaxChars)Corresponds to CComboBox::LimitText.
Paste ()Corresponds to CComboBox::Paste.
ResetContent ()Corresponds to CComboBox::ResetContent.
SelectString (nStartAfter, lpszString)Corresponds to CComboBox::SelectString.
SetCurSel (nSelect)Corresponds to CComboBox::SetCurSel.
SetDroppedWidth (nWidth)Corresponds to
CComboBox::SetDroppedWidth.
SetEditSel (nStartChar, nEndChar)Corresponds to CComboBox::SetEditSel.
SetExtendedUI (args?...)Corresponds to CComboBox::SetExtendedUI.
SetHorizontalExtent (nExtent)Corresponds to
CComboBox::SetHorizontalExtent.
SetItemData (nIndex, dwItemData)Corresponds to CComboBox::SetItemData.
SetItemHeight (nIndex, cyItemHeight)Corresponds to CComboBox::SetItemHeight.
SetLocale (nNewLocale)Corresponds to CComboBox::SetLocale.
SetMinVisible (nMinVisible)Corresponds to CComboBox::SetMinVisible.
SetTopIndex (nIndex)Corresponds to CComboBox::SetTopIndex.
ShowDropDown (args?...)Corresponds to CComboBox::ShowDropDown.
StartResizeGroup ()Corresponds to
CComboBox::StartResizeGroup.
This class also inherits the functions of GWindowBase.