jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
963 stars 243 forks source link

Add support for SCI_GETFOCUS and SCI_SETFOCUS #448

Open toehead2001 opened 5 years ago

toehead2001 commented 5 years ago

We use this to ensure that Scintilla hides its caret when losing focus to a child control.