C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / GetScrollPos Method
The int value of scroll bar

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

Parameters

nBar
The int value of scroll bar
See Also