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


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

    Property Value

    An System.Object value that indicates the image of ListItemInfo.
    See Also