FIX. RadMessageBox - Throws ArgumentException when using with MDI forms.
RadMessageBox throws ArgumentException - "A circular control reference has been made. A control cannot be owned by or parented to itself." when using with MDI forms.
WorkAround:
RadMessageBox.Show("Text");
RadMessageBox.Instance.Dispose();