GListBox

GListBox — a box with a list of items.

Synopsis

class GListBox GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GListBox

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)

Corresponds to CListBox::AddControlResizeFlags.

AddFile (lpstrFileName)

Corresponds to CListBox::AddFile.

AddString (lpszItem)

Corresponds to CListBox::AddString.

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

Corresponds to CListBox::Create.

DeleteString (nIndex)

Corresponds to CListBox::DeleteString.

Dir (attr, lpszWildCard)

Corresponds to CListBox::Dir.

EndResizeGroup ()

Corresponds to CListBox::EndResizeGroup.

FindString (nStartAfter, lpszItem)

Corresponds to CListBox::FindString.

FindStringExact (nIndexStart, lpszFind)

Corresponds to CListBox::FindStringExact.

GetAnchorIndex ()

Corresponds to CListBox::GetAnchorIndex.

GetCaretIndex ()

Corresponds to CListBox::GetCaretIndex.

GetCount ()

Corresponds to CListBox::GetCount.

GetCurSel ()

Corresponds to CListBox::GetCurSel.

GetHorizontalExtent ()

Corresponds to CListBox::GetHorizontalExtent.

GetItemData (nIndex)

Corresponds to CListBox::GetItemData.

GetItemHeight (nIndex)

Corresponds to CListBox::GetItemHeight.

GetItemRect (nIndex, lpRect)

Corresponds to CListBox::GetItemRect.

GetListBoxInfo ()

Corresponds to CListBox::GetListBoxInfo.

GetLocale ()

Corresponds to CListBox::GetLocale.

GetSel (nIndex)

Corresponds to CListBox::GetSel.

GetSelCount ()

Corresponds to CListBox::GetSelCount.

GetText (nIndex, lpszBuffer)

Corresponds to CListBox::GetText.

GetTextLen (nIndex)

Corresponds to CListBox::GetTextLen.

GetTopIndex ()

Corresponds to CListBox::GetTopIndex.

InitStorage (nItems, nBytes)

Corresponds to CListBox::InitStorage.

InsertString (nIndex, lpszItem)

Corresponds to CListBox::InsertString.

ResetContent ()

Corresponds to CListBox::ResetContent.

SelItemRange (bSelect, nFirstItem, nLastItem)

Corresponds to CListBox::SelItemRange.

SelectString (nStartAfter, lpszItem)

Corresponds to CListBox::SelectString.

SetAnchorIndex (nIndex)

Corresponds to CListBox::SetAnchorIndex.

SetCaretIndex (args?...)

Corresponds to CListBox::SetCaretIndex.

SetColumnWidth (cxWidth)

Corresponds to CListBox::SetColumnWidth.

SetCount (cItems)

Corresponds to CListBox::SetCount.

SetCurSel (nSelect)

Corresponds to CListBox::SetCurSel.

SetHorizontalExtent (cxExtent)

Corresponds to CListBox::SetHorizontalExtent.

SetItemData (nIndex, dwItemData)

Corresponds to CListBox::SetItemData.

SetItemHeight (nIndex, cyItemHeight)

Corresponds to CListBox::SetItemHeight.

SetLocale (nNewLocale)

Corresponds to CListBox::SetLocale.

SetSel (args?...)

Corresponds to CListBox::SetSel.

SetTabStops (args?...)

Corresponds to CListBox::SetTabStops.

SetTopIndex (nIndex)

Corresponds to CListBox::SetTopIndex.

StartResizeGroup ()

Corresponds to CListBox::StartResizeGroup.

This class also inherits the functions of GWindowBase.