NewWindow property

Microsoft Visio Developer Reference

NewWindow property

       

Determines whether Microsoft Visio opens a new window when it navigates to a URL.

Version added

5.0

Syntax

intRet = object.NewWindow
object.NewWindow = intExpression

intRet

Integer. Non-zero to open a new window; otherwise, zero (0).

object

Required. An expression that returns a Hyperlink object.

intExpression

Required Integer. Non-zero to open a new window; otherwise, zero (0).

Remarks

Setting the NewWindow property of a Hyperlink object is equivalent to setting the NewWindow cell in the shape's Hyperlink.Row row.