IsDefaultLink property

Microsoft Visio Developer Reference

IsDefaultLink property

See also   Example   

Determines the default Hyperlink object for a shape.

Version added

2000

Syntax

boolVal = object.IsDefaultLink
object.IsDefaultLink = boolExpression

boolVal

Boolean. True if the Hyperlink object is the default; False if it isn't the default.

object

Required. An expression that returns a Hyperlink object.

boolExpression

Required Boolean. True to set the Hyperlink object as the default; otherwise, False.

Remarks

When you set the value of the IsDefaultLink property to True for a Hyperlink object, the value for all other Hyperlink objects is automatically set to False. When you set the value of this property to False for a Hyperlink object, the other Hyperlink objects aren't affected.