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


In This Topic
    Icon Property (IconNotify)
    In This Topic
    Gets or sets a System.Drawing.Icon that is displayed for the validating Cell.
    Syntax
    'Declaration
     
    
    Public Property Icon As Icon
    'Usage
     
    
    Dim instance As IconNotify
    Dim value As Icon
     
    instance.Icon = value
     
    value = instance.Icon
    public Icon Icon {get; set;}

    Property Value

    A System.Drawing.Icon that is displayed on the validating Cell. The default is a null reference (Nothing in Visual Basic).
    See Also