Viscom Software Image Thumbnail CP ActiveX Control

ThumbnailVScroll Event

Description:   

Occurs when the user click vertical scrolls bar.

Syntax:   

Private Sub ImageThumbnailCP1_ThumbnailVScroll(ByVal iSBCode As Long, ByVal iSBPos As Long)

End Sub

iSBCode= Specifies a scroll-bar code that indicates the user's scrolling request

  • 6  Scroll to far left.
  • 8   End scroll.
  • 0  Scroll left.
  • 1   Scroll right.
  • 2   Scroll one page left.
  • 3   Scroll one page right.
  • 7   Scroll to far right.
  • 4  Scroll to absolute position. The current position is specified by the nPos parameter.
  • 5   Drag scroll box to specified position. The current position is specified by the nPos parameter.

iSBPos= Specifies the scroll-box position if the scroll-bar code is 4 or 5