If you declare the richtextbox as public you can access its properties from the mdi parent, however thats perhaps not the best method. You could create a public method called LoadText as part of the mdi child, you can then call the method from the mdi parent, which will then load the text into the richtextbox.