Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 5, 2019 13:11
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/5d400441b8bf919579d2cafce2a732cd to your computer and use it in GitHub Desktop.
Save bjoerntx/5d400441b8bf919579d2cafce2a732cd to your computer and use it in GitHub Desktop.
textControl1.DocumentPermissions.AllowFormatting = false;
textControl1.EditMode = TXTextControl.EditMode.ReadAndSelect | EditMode.UsePassword;
textControl1.Save("test.tx", TXTextControl.StreamType.InternalUnicodeFormat);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment