[]
        
(Showing Draft Content)

C1.Framework.C1IconConverter

C1IconConverter Class

Provides a type converter to convert C1Icon objects to and from various other representations.

Inheritance
C1IconConverter
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class C1IconConverter : ExpandableObjectConverter
Remarks

The C1IconConverter allows to initialize new elements of the C1BitmapIcon, C1FontIcon, C1PathIcon types.

Constructors

Name Description
C1IconConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertTo(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
GetStandardValues(ITypeDescriptorContext)
GetStandardValuesExclusive(ITypeDescriptorContext)
GetStandardValuesSupported(ITypeDescriptorContext)