C# Winforms Textbox - Can I keep the selection when it loses focus?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-05-27T12:55:32Z Indexed on 2010/05/27 13:01 UTC
Read the original article Hit count: 129

Filed under:
|
|
|
|

I would like to have a regular textbox on my form, where the selected text is still highlighted even if you use another control, e.g. push a button.

Does anyone know a way to achieve this (without using a RichTextBox which is not suitable for what I am doing).

Thanks in Advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about textbox