GetScrollPos Method (ScrollableControl)
In This Topic
Gets the scroll position of the specified scroll bar.
Syntax
'Declaration
Protected Function GetScrollPos( _
ByVal As Integer _
) As Integer
protected int GetScrollPos(
int
)
Parameters
- nBar
- The int value of scroll bar
See Also