Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 29, 2015 10:34
Show Gist options
  • Save bjoerntx/6d8a30af4f8cc23af594 to your computer and use it in GitHub Desktop.
Save bjoerntx/6d8a30af4f8cc23af594 to your computer and use it in GitHub Desktop.
SubTextPart part = new SubTextPart("protected", 1);
part.HighlightMode = HighlightMode.Always;
textControl1.SubTextParts.Add(part);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment