private void itmPaste_Click(object sender, System.EventArgs e) { TextForm documentForm = (TextForm)ActiveMdiChild; documentForm.textPaste(); }