Created
January 9, 2023 12:46
-
-
Save bjoerntx/1a3e889a2c814d9bcd6414f48ab0afd4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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