UtilMouseSendMouseButton(IntPtr, MouseButton) Method
Sends a mouse button click to the specified window.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool SendMouseButton(
IntPtr hWnd,
MouseButton button
)
Public Shared Function SendMouseButton (
hWnd As IntPtr,
button As MouseButton
) As Boolean
Dim hWnd As IntPtr
Dim button As MouseButton
Dim returnValue As Boolean
returnValue = UtilMouse.SendMouseButton(hWnd,
button)
public:
static bool SendMouseButton(
IntPtr hWnd,
MouseButton button
)
static member SendMouseButton :
hWnd : IntPtr *
button : MouseButton -> bool
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
A handle to the target window.
- button MouseButton
-
The mouse button to simulate.
Boolean if the function succeeds; otherwise,
.