Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 5, 2019 13:21
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/82855960a9e5135d3a2d8600b8dfe99d to your computer and use it in GitHub Desktop.
Save bjoerntx/82855960a9e5135d3a2d8600b8dfe99d to your computer and use it in GitHub Desktop.
LoadSettings ls = new LoadSettings()
{
MasterPassword = "123"
};
textControl1.Load("test.tx", TXTextControl.StreamType.InternalUnicodeFormat, ls);
textControl1.EditMode = TXTextControl.EditMode.ReadAndSelect;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment