Allowing overwrite in a WinForm TextBox?

  • Thread starter Thread starter HyperX
  • Start date Start date
H

HyperX

Hello,

I'm not able to figure out why WinForm doesn't come with an option like

TextBox.AllowOverwrite = true.

The user wants to be able to overwrite the text (as in INSERT mode) in the text box.

How do I accomplish this?

Regards.

HyperX.
 
Thank you!

That solved the problem!

-------> The next statement is true. The previous statement is false.
<--------
 
Back
Top