As part of a larger project, on one form I have several rich text box controls. I am trying to access them all in the following for loop.

for (int i = 0; i < 7; i++)
{
...