InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1IconCollectionEditor Class
Members

In This Topic
    C1IconCollectionEditor Class
    In This Topic
    Provides a user interface that can edit collection of C1Icon elements at design time.
    Object Model
    C1IconCollectionEditor Class
    Syntax
    'Declaration
     
    Public Class C1IconCollectionEditor 
       Inherits System.ComponentModel.Design.CollectionEditor
    public class C1IconCollectionEditor : System.ComponentModel.Design.CollectionEditor 
    Remarks
    The C1IconCollectionEditor allows to add new elements of the C1BitmapIcon, C1FontIcon, C1PathIcon types.
    Inheritance Hierarchy

    System.Object
       System.Drawing.Design.UITypeEditor
          System.ComponentModel.Design.CollectionEditor
             C1.Framework.C1IconCollectionEditor

    See Also