Using selectioncolor=color. Yellow or selectionbackcolor=color. Yellow, without any effect, didn't find out why
CodePudding user response:
Effective measurement,
RichTextBox1. SelectionColor=Color. Yellow;
RichTextBox1. AppendText (" effective ");
At this point, effective for yellow,
CodePudding user response: