TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ImageList Property

In This Topic
    ImageList Property (C1TreeView)
    In This Topic
    Gets or sets the image list used to provide images to show on the tree nodes.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1TreeView.ImageList", "Gets or sets the image list used to provide images to show on the tree nodes.")>
    Public Property ImageList As ImageList
    [C1Category("Appearance")]
    [DefaultValue("")]
    [C1Description("C1TreeView.ImageList", "Gets or sets the image list used to provide images to show on the tree nodes.")]
    public ImageList ImageList {get; set;}
    See Also