Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 9, 2023 12:57
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/e1f5311bd9a200b57e75ff7eff2d7076 to your computer and use it in GitHub Desktop.
Save bjoerntx/e1f5311bd9a200b57e75ff7eff2d7076 to your computer and use it in GitHub Desktop.
string htmlString;
textControl1.Text = "TX Text Control";
TXTextControl.Selection selection = new TXTextControl.Selection(3, 4);
textControl1.Selection = selection;
selection.Save(out htmlString, TXTextControl.StringStreamType.HTMLFormat);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment