For the code below I Select an area in a textBox that I will Mark Red.
I will also change the Fontsize to 16 and make the selected text Bold
but are not sure what calls that is used for this.
this->richTextBox1->Select( 0, 10 );
this->richTextBox1->SelectionColor = Color::Red;