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

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