Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 15, 2020 12:30
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/4fcd109779045766b8ec78e611a47997 to your computer and use it in GitHub Desktop.
Save bjoerntx/4fcd109779045766b8ec78e611a47997 to your computer and use it in GitHub Desktop.
private void RbMyButton_Click(object sender, EventArgs e) {
// create a style
var styleName = textControl1.CreateStyleFromSelection();
// apply style
textControl1.CompareAndApplyStyle(styleName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment