Share via


Hyperlink Object [Visio 2003 SDK Documentation]

Shape
Hyperlinks
Hyperlink
Shape

Completely encapsulates the properties and behavior of a hyperlink. A shape can have one or more hyperlinks that navigate to any named location, such as another page, a local document, or a URL. A Hyperlink object enables you to access and manipulate the shape's Hyperlink row.

Version added

5.0

Remarks

The default property of a Hyperlink object is Description.

To add a Hyperlink object to a shape, use the AddHyperlink method.

To navigate to a named hyperlink location, use the Follow method.

Properties | Address property | Description property | ExtraInfo property | Frame property | IsDefaultLink property | Name property | NameU property | NewWindow property | ObjectType property | Row property | Shape property | Stat property | SubAddress property

Methods | AddToFavorites method | Copy method | CreateURL method | Delete method | Follow method

Parent Objects | Hyperlinks Collection

Child Objects | Shape Object

See Also | Hyperlinks collection