GReBarCtrl

GReBarCtrl — a container for a child window.

Synopsis

class GReBarCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GReBarCtrl

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)
BeginDrag (args?...)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
DeleteBand (nBand)
DragMove (args?...)
EndDrag ()
EndResizeGroup ()
GetBandBorders (nBand, lpRect)
GetBandCount ()
GetBandInfo (nBand, lprbbi)
GetBarHeight ()
GetBarInfo (lprbi)
GetBkColor ()
GetColorScheme (lpColorScheme)
GetPalette ()
GetRect (nBand, lpRect)
GetRowCount ()
GetRowHeight (nBand)
GetTextColor ()
GetUnicodeFormat ()
HitTest (lprbht)
IdToIndex (uBandID)
InsertBand (nBand, lprbbi)
LockBands (bLock)
MaximizeBand (nBand)
MinimizeBand (nBand)
MoveBand (nBand, nNewPos)
PushChevron (nBand, lAppValue)
SetBandInfo (nBand, lprbbi)
SetBarInfo (lprbi)
SetBkColor (clr)
SetColorScheme (lpColorScheme)
SetPalette (hPalette)
SetTextColor (clr)
SetToolTips (hwndToolTip)
SetUnicodeFormat (args?...)
ShowBand (nBand, bShow)
SizeToRect (lpRect)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.