Repository (Property)

Applies To:

EmbeddedBrowser object, HyperLink object

Description:

Returns the Repository radio button setting on the Object tab of the Embedded Browser control and the HyperLink control. If this property is true, the Repository radio button has been checked.

Action:

Read only, Boolean

Example:

This example shows how to show if the Repository radio button has been checked in an Alert box:

Alert(EmbeddedBrowser1.Repository)