RichTextBox1.SelectionFont = New Font("Tahoma", 12, FontStyle.Bold)
RichTextBox1.SelectionColor = System.Drawing.Color.Red
richTextBox1.SelectionFont = new Font("Tahoma", 12, FontStyle.Bold);
richTextBox1.SelectionColor = System.Drawing.Color.Red;
richTextBox1->SelectionFont =
gcnew System::Drawing::Font("Tahoma", 12, FontStyle::Bold);
richTextBox1->SelectionColor = System::Drawing::Color::Red;