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

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