GProgressBarCtrl

GProgressBarCtrl — a rectangle that fills over time, based on ProgressBar Control.

Synopsis

class GProgressBarCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GProgressBarCtrl

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)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
EndResizeGroup ()
GetPos ()
GetRangeLimit (bLimit)
OffsetPos (nPos)
SetBarColor (clr)
SetBkColor (clr)
SetMarquee (args?...)
SetPos (nPos)
SetRange (nLower, nUpper)
SetRange32 (nMin, nMax)
SetStep (nStep)
StartResizeGroup ()
StepIt ()

This class also inherits the functions of GWindowBase.