End Google Ads 201810 - BS.net 01 --> Hi,

I am trying to set/get the text of my RichTextBox, but Text is not among list of its properties when I want to get test.Text...

I am using code behind in C# (.net framework 3.5 SP1)


RichTextBox test = new RichTextBox();
cannot have test.Text(?)

Do you know how come it can be possible ?

thanks,