Specifies whether the control's caret is visible or hidden.
Type
Description
Boolean
A boolean expression that indicates whether the control's caret is shown or
hidden.
Use the ShowCaret property to hide the control's caret.
By default, the ShowCaret property is True. The control hides the caret when
the control is disabled. Use the Enabled
property to disable the control. Use the
Locked property to lock the control.