UtilUIAutomationCaretCreate(Control, Int32, Int32) Method

Create a new caret for the specified control.

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(
	Control ctrl,
	int width,
	int height = 0
)

Parameters

ctrl  Control
The control.
width  Int32
The width of the caret cursor.
height  Int32  (Optional)
The width of the caret cursor.

See Also