GTrackBarCtrl

GTrackBarCtrl — a slider with optional tick marks, based on TrackBar Control.

Synopsis

class GTrackBarCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GTrackBarCtrl

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)
ClearSel (args?...)
ClearTics (args?...)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
EndResizeGroup ()
GetBuddy (args?...)
GetChannelRect (lprc)
GetLineSize ()
GetNumTics ()
GetPageSize ()
GetPos ()
GetRangeMax ()
GetRangeMin ()
GetSelEnd ()
GetSelStart ()
GetThumbLength ()
GetThumbRect (lprc)
GetTic (nTic)
GetTicPos (nTic)
GetUnicodeFormat ()
SetBuddy (args?...)
SetLineSize (nSize)
SetPageSize (nSize)
SetPos (nPos)
SetRange (args?...)
SetRangeMax (args?...)
SetRangeMin (args?...)
SetSel (args?...)
SetSelEnd (nMax)
SetSelStart (nMin)
SetSelection (nMin, nMax)
SetThumbLength (nLength)
SetTic (nTic)
SetTicFreq (nFreq)
SetTipSide (nSide)
SetToolTips (hWndTT)
SetUnicodeFormat (args?...)
StartResizeGroup ()
VerifyPos ()

This class also inherits the functions of GWindowBase.