Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All, I need to display a blinking cursor on the view but without using any control. How to do it? Thanks
The blinking cursor is called a Caret and can be created using the CreateCaret function and shown using the ShowCaret function.
CreateCaret
ShowCaret
«_Superman_»