ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Methods > HandleScroll Method |
Handles scrollbar messages from an hWnd window. It should not be used to set the absolute scroll position; function ScrollTo Method should be used instead.
HandleScroll(hWnd As Long, Type As enumIGDsplScrollType,
lScrollCmd As Long, lScrollValue As Long)
Name | Description |
---|---|
hWnd | Handle of window where image is displayed and where scrolling is performed |
Type |
Scroll command. Its value is platform dependent. For Win32 platforms there should be LOWORD(wParam)Valid values are:
|
lScrollCmd |
Scroll command. Its value is platform dependent. For Win32 platforms there should be LOWORD(wParam). Valid values are:
|
lScrollValue | Scroll value. It is also platform dependent and its value may have a different meaning from nScrlType. Under the Windows platform, it is not used because the scroll position is obtained directly from the scrollbars. |
N/A
N/A
Display