Hyperlink.Shape Property

Returns a Shape object for the specified hyperlink.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Shape As Shape
    Get
'Usage
Dim instance As Hyperlink
Dim value As Shape

value = instance.Shape
Shape Shape { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Shape

Remarks

If a hyperlink isn't represented by a shape, an error occurs.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace