Skip to content

Instantly share code, notes, and snippets.

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