UtilUIAutomationMoveVerticalScrollbar Method
Performs a scroll up or down on the specified scrollbar control.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: 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
)
public:
static void MoveVerticalScrollbar(
IntPtr handle,
VerticalScrollDirection scrollDirection,
short scrollCount = 1
)
static member MoveVerticalScrollbar :
handle : IntPtr *
scrollDirection : VerticalScrollDirection *
?scrollCount : int16
(* Defaults:
let _scrollCount = defaultArg scrollCount 1
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- handle IntPtr
-
The scrollbar's handle.
- scrollDirection VerticalScrollDirection
-
The vertical scroll direction.
- scrollCount Int16 (Optional)
-
The amount of times to scroll.
This is a code example.
No code example is currently available or this language may not be supported.
MoveVerticalScrollbar(VScrollBar1.Handle, VerticalScrollDirection.Down, 1)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
InvalidEnumArgumentException
|
|