Yes the visible property seems same as the show,hide .
VB Code:
  1. Dim f2 As New Form2
  2.         If f2.Visible = False Then
  3.             MsgBox("hidden")
  4.         End If