TreeView for WinForms | ComponentOne
C1.Framework Namespace / IconSet Class
Members

In This Topic
    IconSet Class
    In This Topic
    Represents the set of icons of different sizes to use in a single UI element.
    Object Model
    IconSet ClassC1Icon Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class IconSet 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Size,C1Icon)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class IconSet : System.Collections.ObjectModel.KeyedCollection<Size,C1Icon> 
    Inheritance Hierarchy
    See Also