Represents the scrollbars attached to the sides of a window. More...
#include <ControlTypes.h>
Public Member Functions | |
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) |
Represents the scrollbars attached to the sides of a window.
This is not a control but it uses the same functions like scrollbar controls.