UtilUIAutomationMoveVerticalScrollbar Method

Performs a scroll up or down on the specified scrollbar control.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void MoveVerticalScrollbar(
	IntPtr handle,
	VerticalScrollDirection scrollDirection,
	short scrollCount = 1
)

Parameters

handle  IntPtr
The scrollbar's handle.
scrollDirection  VerticalScrollDirection
The vertical scroll direction.
scrollCount  Int16  (Optional)
The amount of times to scroll.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

Exceptions

InvalidEnumArgumentException

See Also