Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ImageList Property


In This Topic
    ImageList Property (GcComboBox)
    In This Topic
    Gets or sets a value indicates ImageList of this control.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ImageList
     
    instance.ImageList = value
     
    value = instance.ImageList
    public ImageList ImageList {get; set;}

    Property Value

    A ImageList that user add a lots of Image object.
    The default is a null reference (Nothing in Visual Basic).
    Remarks
    The Image property of item in Items can load images form this property.
    See Also