UtilUIAutomationCaretCreate(Control, Int32, Int32) Method
Create a new caret for the specified control.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: 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
)
Public Shared Sub CaretCreate (
ctrl As Control,
width As Integer,
Optional height As Integer = 0
)
Dim ctrl As Control
Dim width As Integer
Dim height As Integer
UtilUIAutomation.CaretCreate(ctrl, width, height)
public:
static void CaretCreate(
Control^ ctrl,
int width,
int height = 0
)
static member CaretCreate :
ctrl : Control *
width : int *
?height : int
(* Defaults:
let _height = defaultArg height 0
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- ctrl Control
-
The control.
- width Int32
-
The width of the caret cursor.
- height Int32 (Optional)
-
The width of the caret cursor.