|
Windows C++ Library
|
#include <UpDownBtns.hpp>
Public Member Functions | |
| CUpDownBtns () | |
| bool | PosValid () |
| int | Pos () |
| void | Pos (int nPos) |
| void | Range (int nMin, int nMax) |
Protected Member Functions | |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| bool CUpDownBtns::PosValid | ( | ) | [inline] |
| int CUpDownBtns::Pos | ( | ) | [inline] |
| void CUpDownBtns::Pos | ( | int | nPos | ) | [inline] |
| void CUpDownBtns::Range | ( | int | nMin, |
| int | nMax | ||
| ) | [inline] |
| void CUpDownBtns::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
1.7.6.1