UtilUIAutomationVerticalScrollReachedBottom(IWin32Window) Method

Determines whether the Vertical Scrollbar's scroll of a window has reached the 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 VerticalScrollReachedBottom(
	IWin32Window window
)

Parameters

window  IWin32Window
The window.

Return Value

Boolean
if the Vertical Scrollbar's scroll has reached the Bottom of the Scroll range, otherwise.

See Also