C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / SetScrollPos Method
Specifies the new position of the scroll box. The position must be within the scrolling range.

In This Topic
SetScrollPos Method (C1InputPanelBase)
In This Topic
Sets the position of the specified scroll bar.
Syntax
'Declaration
 
Protected Function SetScrollPos( _
   ByVal nBar As Integer, _
   ByVal pos As Integer _
) As Integer
 

Parameters

nBar
pos
Specifies the new position of the scroll box. The position must be within the scrolling range.

Return Value

The previous position of the scroll box indicates success. Zero indicates failure
See Also