Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ImageList Property


In This Topic
    ImageList Property (GcComboBoxCellType)
    In This Topic
    Gets or sets the ImageList.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As ImageList
     
    instance.ImageList = value
     
    value = instance.ImageList
    public ImageList ImageList {get; set;}

    Property Value

    The ImageList that contains Image objects.
    The default is a null reference (Nothing in Visual Basic).
    Remarks
    The Image property of the item in Items loads images from this property.
    See Also