UtilUIAutomationCaretHide(IWin32Window) Method
Hide the caret of 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 CaretHide(
IWin32Window window
)
Public Shared Sub CaretHide (
window As IWin32Window
)
Dim window As IWin32Window
UtilUIAutomation.CaretHide(window)
public:
static void CaretHide(
IWin32Window^ window
)
static member CaretHide :
window : IWin32Window -> unit
No code example is currently available or this language may not be supported.
Parameters
- window IWin32Window
-
The window.