Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. foreach (IFormattedText ftTextPart in textControl1.TextParts)
  2. {
  3. ftTextPart.Selection.Start = 0;
  4. ftTextPart.Selection.Text = "TX Text Control";
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement