Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconNotify Class / IconTip Property


In This Topic
    IconTip Property
    In This Topic
    Gets or sets a string value that is shown when the pointer is hovering over the Icon.
    Syntax
    'Declaration
     
    
    Public Property IconTip As String
    'Usage
     
    
    Dim instance As IconNotify
    Dim value As String
     
    instance.IconTip = value
     
    value = instance.IconTip
    public string IconTip {get; set;}

    Property Value

    A System.String value that is shown when the pointer is hovering over the Icon. The default is String.Empty.
    See Also