Input for WinForms | ComponentOne
C1.Framework Namespace / C1IconConverter Class
Members

In This Topic
    C1IconConverter Class
    In This Topic
    Provides a type converter to convert C1Icon objects to and from various other representations.
    Syntax
    'Declaration
     
    
    Public Class C1IconConverter 
       Inherits System.ComponentModel.ExpandableObjectConverter
    public class C1IconConverter : System.ComponentModel.ExpandableObjectConverter 
    Remarks
    The C1IconConverter allows to initialize new elements of the C1BitmapIcon, C1FontIcon, C1PathIcon types.
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          System.ComponentModel.ExpandableObjectConverter
             C1.Framework.C1IconConverter

    See Also