Visible Property

Description

Returns or sets whether the Microsoft Agent property sheet window is visible (open).

Syntax

agent.PropertySheet.Visible [=boolean]

Part Description
boolean A Boolean expression specifying whether the window is visible.

True    The window is visible.

False    The window is hidden (closed).


Remarks

The server displays the window based on the location and size set by the user.

NoteThe user can override this property.

--------------------------------------------------------