UtilUIAutomationMoveHorizontalScrollbar 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 MoveHorizontalScrollbar(
IntPtr handle,
HorizontalScrollDirection scrollDirection,
short scrollCount = 1
)
public:
static void MoveHorizontalScrollbar(
IntPtr handle,
HorizontalScrollDirection scrollDirection,
short scrollCount = 1
)
static member MoveHorizontalScrollbar :
handle : IntPtr *
scrollDirection : HorizontalScrollDirection *
?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 HorizontalScrollDirection
-
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.
MoveHorizontalScrollbar(HScrollBar1.Handle, HorizontalScrollDirection.Right, 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
|
|