'Declaration Public Overridable Sub ScrollVertical( _ ByVal IsUp As System.Boolean, _ ByVal isSmallStep As System.Boolean _ )
public virtual void ScrollVertical( System.bool IsUp, System.bool isSmallStep )
Parameters
- IsUp
- true if should be scrolled up; otherwise, false.
- isSmallStep
- true if should be scrolled small step; otherwise, false.