Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeStateIconNotify Class / ValidIconTip Property


In This Topic
    ValidIconTip Property
    In This Topic
    Gets or sets the tip text to display with the icon when validation is successful.
    Syntax
    'Declaration
     
    
    Public Property ValidIconTip As String
    'Usage
     
    
    Dim instance As ThreeStateIconNotify
    Dim value As String
     
    instance.ValidIconTip = value
     
    value = instance.ValidIconTip
    public string ValidIconTip {get; set;}

    Property Value

    The icon tip text. The default is String.Empty.
    See Also