Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / Image Property


In This Topic
    Image Property (ListItem)
    In This Topic
    Gets or sets the Image of the ListItem.
    Syntax
    'Declaration
     
    
    Public Overridable Property Image As Object
    'Usage
     
    
    Dim instance As ListItem
    Dim value As Object
     
    instance.Image = value
     
    value = instance.Image
    public virtual object Image {get; set;}

    Property Value

    An System.Object value indicates the image of ListItem.
    See Also