c# - Scintillanet, how to save its text to a file? -


i programming code editor in c# using visual studio , use scintillanet text editor in program, want user able save text editor file. if used richtextbox, code saving file have been:

richtextbox.savefile(savefile1.filename, richtextboxstreamtype.richtext); 

now tried scintilla editor:

scintilla.savefile(savefile1.filename, richtextboxstreamtype.richtext); 

but got error: scintillanet.scintilla not contain definition savefile , no extension method savefile"...

what's appropriate code/method saving text scintilla editor file. can tell me? thank you


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -