Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 18, 2017 09:07
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/6643ab63f28c6f6be0904973720d387d to your computer and use it in GitHub Desktop.
Save bjoerntx/6643ab63f28c6f6be0904973720d387d to your computer and use it in GitHub Desktop.
textControl1.Text = "TX Text Control";
EditableRegion region = new EditableRegion("developer@textcontrol.com", 10, 4, 4);
textControl1.EditableRegions.Add(region);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment