Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 9, 2023 12:39
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/13e4752f7addf3fb9c9010658c529e46 to your computer and use it in GitHub Desktop.
Save bjoerntx/13e4752f7addf3fb9c9010658c529e46 to your computer and use it in GitHub Desktop.
textControl1.Selection.Start = 3;
textControl1.Selection.Length = 4;
textControl1.Selection.Text = "New Text";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment