Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 18, 2017 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/6018d54f62a7c1a414feba77431f5f19 to your computer and use it in GitHub Desktop.
Save bjoerntx/6018d54f62a7c1a414feba77431f5f19 to your computer and use it in GitHub Desktop.
textControl1.EditMode = EditMode.UsePassword | EditMode.ReadAndSelect;
textControl1.Save("encrypted-document.tx", TXTextControl.StreamType.InternalUnicodeFormat);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment