Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created August 25, 2016 09:04
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/c6a4723c92441a6c2a5659a897f4f1d9 to your computer and use it in GitHub Desktop.
Save bjoerntx/c6a4723c92441a6c2a5659a897f4f1d9 to your computer and use it in GitHub Desktop.
foreach (IFormattedText ftTextPart in textControl1.TextParts)
{
ftTextPart.Selection.Start = 0;
ftTextPart.Selection.Text = "TX Text Control";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment