GHeaderCtrl

GHeaderCtrl — a header for columns of text or numbers.

Synopsis

class GHeaderCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GHeaderCtrl

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)
ClearAllFilters ()
ClearFilter (nColumn)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
DeleteItem (nIndex)
EditFilter (nColumn, bDiscardChanges)
EndResizeGroup ()
GetBitmapMargin ()
GetItem (nIndex, pHeaderItem)
GetItemCount ()
GetItemRect (nIndex, lpItemRect)
GetUnicodeFormat ()
HitTest (lpHitTestInfo)
InsertItem (nIndex, phdi)
Layout (pHeaderLayout)
OrderToIndex (nOrder)
SetBitmapMargin (nWidth)
SetFilterChangeTimeout (dwTimeOut)
SetHotDivider (bPos, dwInputValue)
SetItem (nIndex, pHeaderItem)
SetUnicodeFormat (args?...)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.