Pane.SmallScroll(Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls a window or pane by the specified number of lines.
public void SmallScroll (ref object Down, ref object Up, ref object ToRight, ref object ToLeft);
abstract member SmallScroll : obj * obj * obj * obj -> unit
Public Sub SmallScroll (Optional ByRef Down As Object, Optional ByRef Up As Object, Optional ByRef ToRight As Object, Optional ByRef ToLeft As Object)
Parameters
- Down
- Object
The number of lines to scroll the window down.
- Up
- Object
The number of lines to scroll the window up.
- ToRight
- Object
The number of lines to scroll the window to the right.
- ToLeft
- Object
The number of lines to scroll the window to the left.