TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1CompositeIcon Class / Icons Property

In This Topic
    Icons Property (C1CompositeIcon)
    In This Topic
    Gets the list of icons that will be rendered.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <EditorAttribute(C1.Framework.C1IconCollectionEditor, System.Drawing.Design.UITypeEditor)>
    Public ReadOnly Property Icons As ObservableCollection(Of C1Icon)
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [Editor(C1.Framework.C1IconCollectionEditor, System.Drawing.Design.UITypeEditor)]
    public ObservableCollection<C1Icon> Icons {get;}
    See Also