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