neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
neo::WindowScrollBar Class Reference

Represents the scrollbars attached to the sides of a window. More...

#include <ControlTypes.h>

Inheritance diagram for neo::WindowScrollBar:
Inheritance graph
[legend]

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)
 

Detailed Description

Represents the scrollbars attached to the sides of a window.

This is not a control but it uses the same functions like scrollbar controls.


The documentation for this class was generated from the following files: