'Declaration Public Sub PerformScroll( _ ByVal scrollType As ScrollType _ )
'Usage Dim instance As WinScrollBar Dim scrollType As ScrollType instance.PerformScroll(scrollType)
public void PerformScroll( ScrollType scrollType )
Parameters
- scrollType
- A ScrollType value representing the type of scroll action used to scroll.