UtilUIAutomationMoveLineScroll Method
Moves the specified line scroll of an EDIT 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 MoveLineScroll(
IntPtr handle,
ScrollDirection scrollDirection,
int scrollCount
)
Public Shared Sub MoveLineScroll (
handle As IntPtr,
scrollDirection As ScrollDirection,
scrollCount As Integer
)
Dim handle As IntPtr
Dim scrollDirection As ScrollDirection
Dim scrollCount As Integer
UtilUIAutomation.MoveLineScroll(handle, scrollDirection,
scrollCount)
public:
static void MoveLineScroll(
IntPtr handle,
ScrollDirection scrollDirection,
int scrollCount
)
static member MoveLineScroll :
handle : IntPtr *
scrollDirection : ScrollDirection *
scrollCount : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- handle IntPtr
-
The scrollbar's handle.
- scrollDirection ScrollDirection
-
The scroll direction.
- scrollCount Int32
-
The amount of lines to scroll.
This is a code example.
No code example is currently available or this language may not be supported.
MoveLineScroll(TextBox1.Handle, ScrollDirection.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
|
|