|
| CTrackBarCtrlT (HWND hWnd=NULL) |
|
CTrackBarCtrlT< TBase > & | operator= (HWND hWnd) |
|
HWND | Create (HWND hWndParent, ATL::_U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, ATL::_U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL) |
|
int | GetLineSize () const |
|
int | SetLineSize (int nSize) |
|
int | GetPageSize () const |
|
int | SetPageSize (int nSize) |
|
int | GetRangeMin () const |
|
void | SetRangeMin (int nMin, BOOL bRedraw=FALSE) |
|
int | GetRangeMax () const |
|
void | SetRangeMax (int nMax, BOOL bRedraw=FALSE) |
|
void | GetRange (int &nMin, int &nMax) const |
|
void | SetRange (int nMin, int nMax, BOOL bRedraw=TRUE) |
|
int | GetSelStart () const |
|
void | SetSelStart (int nMin, BOOL bRedraw=FALSE) |
|
int | GetSelEnd () const |
|
void | SetSelEnd (int nMax, BOOL bRedraw=FALSE) |
|
void | GetSelection (int &nMin, int &nMax) const |
|
void | SetSelection (int nMin, int nMax, BOOL bRedraw=TRUE) |
|
void | GetChannelRect (LPRECT lprc) const |
|
void | GetThumbRect (LPRECT lprc) const |
|
int | GetPos () const |
|
void | SetPos (int nPos) |
|
UINT | GetNumTics () const |
|
DWORD * | GetTicArray () const |
|
int | GetTic (int nTic) const |
|
BOOL | SetTic (int nTic) |
|
int | GetTicPos (int nTic) const |
|
void | SetTicFreq (int nFreq) |
|
int | GetThumbLength () const |
|
void | SetThumbLength (int nLength) |
|
void | SetSel (int nStart, int nEnd, BOOL bRedraw=TRUE) |
|
ATL::CWindow | GetBuddy (BOOL bLeft=TRUE) const |
|
ATL::CWindow | SetBuddy (HWND hWndBuddy, BOOL bLeft=TRUE) |
|
CToolTipCtrl | GetToolTips () const |
|
void | SetToolTips (HWND hWndTT) |
|
int | SetTipSide (int nSide) |
|
void | ClearSel (BOOL bRedraw=FALSE) |
|
void | VerifyPos () |
|
void | ClearTics (BOOL bRedraw=FALSE) |
|