dwidel
dwidel

Reputation: 1294

Is there a way to have a richtextbox display the highlight when it loses focus?

I have a richtextbox, when I leave it for example to go to another panel where I want to manipulate the selected text I can no longer see the selected text. Is there a way to make it still show the highlight?

Upvotes: 1

Views: 1321

Answers (1)

Jay Riggs
Jay Riggs

Reputation: 53593

Set the RichTextBox's HideSelection property to false.

Upvotes: 8

Related Questions