UtilUIAutomationVerticalScrollIsAtBottom(Control) Method

Determines whether the Vertical Scrollbar's scroll of a Control is at Bottom of the Scroll range.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: 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
)

Parameters

ctrl  Control
The Control.

Return Value

Boolean
if the Vertical Scrollbar's scroll is at Bottom of the Scroll range, otherwise.

See Also