property HTML.ShowCaret as Boolean
Specifies whether the control's caret is visible or hidden.

TypeDescription
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. The BackColorLocked property specifies the control's background while it is locked. The ForeColorLocked property specifies the control's foreground while it is locked.