DisplayMode (Property)

Applies To:

HyperLink object

Description:

Enables you to select where to display the contents of the hyperlink control from the Display In drop-down list.

Valid options are:

Action:

Read only, BqOpenURLTarget constant group

Constants:

The BqOpenURLTarget constant group consists of these values:

bqOpenURLTargetBlank = 0

bqOpenURLTargetCustom =1

bqOpenURLTargetNone = 2

bqOpenURLTargetSelf = 3

bqOpenURLTargetTop =4

Example:

This example shows how to return the Display Mode setting for a hyperlink object in an Alert box:

Alert(HyperLink.DisplayMode=bqOpenURLTargetTop)