UtilUIAutomationCaretCreate(IWin32Window, Int32, Int32) Method
Create a new caret for the specified window.
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(
IWin32Window window,
int width,
int height
)
Public Shared Sub CaretCreate (
window As IWin32Window,
width As Integer,
height As Integer
)
Dim window As IWin32Window
Dim width As Integer
Dim height As Integer
UtilUIAutomation.CaretCreate(window, width, height)
public:
static void CaretCreate(
IWin32Window^ window,
int width,
int height
)
static member CaretCreate :
window : IWin32Window *
width : int *
height : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- window IWin32Window
-
The window.
- width Int32
-
The width of the caret cursor.
- height Int32
-
The width of the caret cursor.