Scanner ActiveX Control

SetScrollBarPos

 

Set the scroll bar position to specifies location.

Public Function SetScrollBarPos(
    ByVal x As Integer, _
    ByVal y As Integer) 

 

Parameter
x
the position of horizontal scroll bar

y
the position of vertical scroll bar

No Return Value


Example

   

Visual Basic Syntax
iHorz= Scanner1.SetScrollBarPos 100,200