ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 Class
    Syntax
    'Declaration
     
    Public Class IconSet 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Size,C1Icon)
    public class IconSet : System.Collections.ObjectModel.KeyedCollection<Size,C1Icon> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Framework.IconSet

    See Also