Created
August 25, 2016 09:04
-
-
Save bjoerntx/c6a4723c92441a6c2a5659a897f4f1d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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