Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class / HyperlinkOnClick Property

In This Topic
    HyperlinkOnClick Property
    In This Topic
    Gets the HyperlinkOnAction object specifying hyperlink properties associated with the shape when it is clicked.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HyperlinkOnClick As HyperlinkOnAction
    public virtual HyperlinkOnAction HyperlinkOnClick {get;}
    See Also