Construction Methods
Method | Description |
---|---|
CScrollBar | Constructs a CScrollBar object. |
Initialization Methods
Method | Description |
---|---|
Create | Creates the Windows CE scroll bar and attaches it to the CScrollBar object. |
Operations Methods
Method | Description |
---|---|
GetScrollPos | Retrieves the current position of a scroll box. |
SetScrollPos | Sets the current position of a scroll box. |
GetScrollRange | Retrieves the current minimum and maximum scroll-bar positions for the specified scroll bar. |
SetScrollRange | Sets minimum and maximum position values for the specified scroll bar. |
ShowScrollBar | Shows or hides a scroll bar. |
EnableScrollBar | Enables or disables one or both arrows of a scroll bar. |
SetScrollInfo | Sets information about the scroll bar. |
GetScrollInfo | Retrieves information about the scroll bar. |
GetScrollLimit | Retrieves the limit of the scroll bar |