IScrollEvent Class
class IScrollEvent: public IWinEvent
Interface to scroll events. This interface derives from IWinEvent.Defined in: ScrollEvent.h
Class Members
virtual int GetScrollCode()
The scroll code identifies the type of scrolling (line, page, etc.).
virtual short GetScrollPosition()
Return the scroll position.
virtual HWND GetScrollBarHandle()
Return the scroll bar window handle.