Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HyperlinkOnAction Class / ScreenTip Property

In This Topic
    ScreenTip Property (HyperlinkOnAction)
    In This Topic
    Gets or sets the text that appears as a screen tip when the mouse pointer is positioned over this hyperlink.
    Syntax
    'Declaration
     
    Public Property ScreenTip As System.String
    public System.string ScreenTip {get; set;}
    See Also