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