Sets or returns whether an object is visible or not. Read/write Boolean.
See the Show and Hide methods for an alternative means for setting the visibility of an object.
The following example uses the Visible property to show a Bot object if it is hidden, and hide the Bot object is it is visible.
If Bot.Visible Then Bot.Hide Else Bot.Show