InvisibleInRunMode Property

Specifies whether the selected Data Control is visible in the run-time environment.

Syntax

object.InvisibleInRunMode [= Boolean]

Parameters

The InvisibleInRunMode property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the Data Control is visible in the run-time environment.

Settings

The settings for Boolean are:

Value

Description

True

The Data Control is not visible in the run-time environment.

False

The Data Control is visible in the run-time environment. (Default)

Remarks

Use this property to make the Data Control invisible in the run-time environment.

See Also