Vertical window scrollbar. More...
#include <ControlTypes.h>
Public Member Functions | |
WindowScrollBarV (HWND w=0) | |
Public Member Functions inherited from neo::WindowScrollBar | |
WindowScrollBar (HWND w, int scrollBarType) | |
virtual int | GetBarType () const override |
virtual HWND | GetScrollBarHWND () const override |
Public Member Functions inherited from neo::ScrollBarIF | |
int | GetPos () const |
bool | GetRange (int *minPos, int *maxPos) const |
bool | GetScrollInfo (SCROLLINFO &info) const |
int | SetPos (int pos, bool redraw=TRUE) |
bool | SetRange (int minPos, int maxPos, bool redraw=TRUE) |
int | SetScrollInfo (SCROLLINFO &info, bool redraw=TRUE) |
Vertical window scrollbar.