Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ListBoxCellType Class / ImageList Property


In This Topic
    ImageList Property (ListBoxCellType)
    In This Topic
    Gets or sets the list of images for the list box.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    'Usage
     
    
    Dim instance As ListBoxCellType
    Dim value As ImageList
     
    instance.ImageList = value
     
    value = instance.ImageList
    public ImageList ImageList {get; set;}
    See Also