Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / ScreenTip Property


In This Topic
    ScreenTip Property (IHyperlink)
    In This Topic
    Gets or sets the ScreenTip text for the specified hyperlink.
    Syntax
    'Declaration
     
    
    Property ScreenTip As String
    'Usage
     
    
    Dim instance As IHyperlink
    Dim value As String
     
    instance.ScreenTip = value
     
    value = instance.ScreenTip
    string ScreenTip {get; set;}
    See Also