The following example uses the DesignerWindow method and the Visible property to find out whether or not a particular designer is visible. Note that the VBComponent object must be a form.
Debug.Print Application.VBE.VBProjects(1).VBComponents(1).DesignerWindow.Visible