ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / DrawingShape Class / Hyperlink Property

In This Topic
    Hyperlink Property (DrawingShape)
    In This Topic
    Gets or sets the hyperlink associated with the shape.
    Syntax
    'Declaration
     
    Public Property Hyperlink As String
    public string Hyperlink {get; set;}
    Remarks
    If you set this property to a URL, clicking the shape in Excel will open the browser and navigate to the URL.
    See Also