Hide Caret in richTextBox Control

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Greetings,

How can I disable the blinking cursor (called a caret?) in
a richTextBox control in C++ .NET? I found a command for
MFC called HideCaret, but I'd like to do this in Windows
Forms.

Any help would be greatly appreciated!

Thanks,
Kevin
 
* "Kevin said:
How can I disable the blinking cursor (called a caret?) in
a richTextBox control in C++ .NET? I found a command for
MFC called HideCaret, but I'd like to do this in Windows
Forms.

You can still do a p/invoke on 'HideCaret'.
 
Back
Top