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