Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconNotify Class / IconNotify Constructor / IconNotify Constructor(String)
A System.String value that is displayed when hovering over the Icon.


In This Topic
    IconNotify Constructor(String)
    In This Topic
    Initializes a new instance of the IconNotify class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal iconTip As String _
    )
    'Usage
     
    
    Dim iconTip As String
     
    Dim instance As New IconNotify(iconTip)
    public IconNotify( 
       string iconTip
    )

    Parameters

    iconTip
    A System.String value that is displayed when hovering over the Icon.
    See Also