UtilUIAutomationVerticalScrollIsAtTop(Control) Method
Determines whether the Vertical Scrollbar's scroll of a Control is at 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 VerticalScrollIsAtTop(
Control ctrl
)
Public Shared Function VerticalScrollIsAtTop (
ctrl As Control
) As Boolean
Dim ctrl As Control
Dim returnValue As Boolean
returnValue = UtilUIAutomation.VerticalScrollIsAtTop(ctrl)
public:
static bool VerticalScrollIsAtTop(
Control^ ctrl
)
static member VerticalScrollIsAtTop :
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 is at Top of the Scroll range,
otherwise.