Sets or returns a Boolean value determining whether the window is visible.
Syntax
Property Get Visible ()
Property Let Visible (ByVal value As Boolean)
The syntax has these parts:
Part | Description |
value | Optional Boolean. True means the window is visible. False means it is not. |
Remarks
Docked windows must be undocked before the Visible property can be set to False, or else an error occurs.