SCROLL_STATE (Windows Embedded CE 6.0)
1/6/2010
This enumeration provides values that describe the state of a scroll bar.
Syntax
enum SCROLL_STATE {
SCROLL_NO_PRESS,
SCROLL_UP_PRESS,
SCROLL_DN_PRESS,
SCROLL_PGUP_PRESS,
SCROLL_PGDN_PRESS,
SCROLL_SLIDE_PRESS,
SCROLL_UNAVAIL,
SCROLL_NEXT_FREE
};
Elements
- SCROLL_NO_PRESS
No arrow is pressed.
- SCROLL_UP_PRESS
Up arrow is pressed.
- SCROLL_DN_PRESS
Down arrow is pressed.
- SCROLL_PGUP_PRESS
Page up arrow is pressed.
- SCROLL_PGDN_PRESS
Page down arrow is pressed.
- SCROLL_SLIDE_PRESS
Slider is pressed.
- SCROLL_UNAVAIL
Scroll bar is unavailable.
- SCROLL_NEXT_FREE
Method that draws the scroll bar is free to draw the next state.
Requirements
Header | scrollview.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
GWES OS Enumerations
ScrollBarView_t::DrawScrollBar
ScrollBarView_t::ScrollHitTest