Welcome to Forum

If You are trying to access the current Active MDIChild from the MDIForm then you can use
Code:
this.ActiveMDIChild.Text
to get the Caption of the active MDIChild window.