Web.SetVisible

Web.SetVisible (

string ObjectName,

boolean Visible = true )

Description

Sets the visibility of a web object.

Note: This option simply controls the visibility of the object. The object will continue to respond to actions even though it is hidden.

Parameters

ObjectName

(string) The name of the web object.

Visible

(boolean) Whether to make the web object visible or invisible:

VALUE

DESCRIPTION

true

Visible. (Default)

false

Invisible.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions