TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1BitmapIcon Class / ImageList Property

In This Topic
    ImageList Property (C1BitmapIcon)
    In This Topic
    Gets or sets the object that contains the images to display.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property ImageList As Object
    [DefaultValue("")]
    [RefreshProperties(RefreshProperties.Repaint)]
    public object ImageList {get; set;}
    See Also