Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created August 25, 2016 11:18
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/9b4fa749b7ea76e86d713036303a2d16 to your computer and use it in GitHub Desktop.
Save bjoerntx/9b4fa749b7ea76e86d713036303a2d16 to your computer and use it in GitHub Desktop.
foreach (IFormattedText ftTextPart in textControl1.TextParts)
{
foreach (ApplicationField field in ftTextPart.ApplicationFields)
{
field.Text = "Test";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment