UtilUIAutomationCaretCreate(IWin32Window, Bitmap, Int32, Int32) Method

Create a new caret from an image for the specified window.

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 void CaretCreate(
	IWin32Window window,
	Bitmap bmp,
	int width,
	int height
)

Parameters

window  IWin32Window
The window.
bmp  Bitmap
The image to use as caret.
width  Int32
The width of the caret cursor.
height  Int32
The width of the caret cursor.

See Also