Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 9, 2023 12:46
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/1a3e889a2c814d9bcd6414f48ab0afd4 to your computer and use it in GitHub Desktop.
Save bjoerntx/1a3e889a2c814d9bcd6414f48ab0afd4 to your computer and use it in GitHub Desktop.
textControl1.Text = "TX Text Control";
TXTextControl.Selection selection = new TXTextControl.Selection(3, 4) {
Text = "New Text"
};
textControl1.Selection = selection;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment