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


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