UtilMouseSendMouseButtonAsync(IntPtr, MouseButton) Method

Asynchronouslly sends a mouse button click to the specified window.

Definition

Namespace: DevCase.Core.IO.Devices.Input
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 SendMouseButtonAsync(
	IntPtr hWnd,
	MouseButton button
)

Parameters

hWnd  IntPtr
A handle to the target window.
button  MouseButton
The mouse button to simulate.

Return Value

Boolean
if the function succeeds; otherwise, .

See Also