UtilUIAutomationVerticalScrollReachedTop(Control) Method
Determines whether the Vertical Scrollbar's scroll of a Control has reached the Top of the Scroll range.
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 bool VerticalScrollReachedTop(
Control ctrl
)
Public Shared Function VerticalScrollReachedTop (
ctrl As Control
) As Boolean
Dim ctrl As Control
Dim returnValue As Boolean
returnValue = UtilUIAutomation.VerticalScrollReachedTop(ctrl)
public:
static bool VerticalScrollReachedTop(
Control^ ctrl
)
static member VerticalScrollReachedTop :
ctrl : Control -> bool
No code example is currently available or this language may not be supported.
- ctrl Control
-
The Control.
Boolean if the Vertical Scrollbar's scroll has reached the Top of the Scroll range,
otherwise.