Share via


Window.Visible Property

Publisher Developer Reference

True if the window is visible. Read/write Boolean.

Syntax

expression.Visible

expression   A variable that represents a Window object.

Example

This example hides the Publisher window.

Visual Basic for Applications
  ActiveWindow.Visible = False

See Also