Visible property

Specifies visibility of an object, such as the Application window.

Syntax

BooleanVariable = object.Visible

Where:

     BooleanVariable is a variable (True or False) specifying whether the window is visible or not.

     object is the object of interest.

Examples ...

Visible property example