System.ComponentModel (system.dll) | class |
This TypeConverter is used to transform to and
from Component-derived classes in serialization
and design-time scenarios. You would not normally call this class
directly from your own code.
public class ComponentConverter : ReferenceConverter {
// Public Constructors
public ComponentConverter(Type type);
// Public Instance Methods
public override PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context, object value, Attribute[] attributes); // overrides TypeConverter
public override bool GetPropertiesSupported(ITypeDescriptorContext context); // overrides TypeConverter
}
Hierarchy
System.Object TypeConverter
ReferenceConverter
ComponentConverter
|