March 2003
Intermediate to advanced
896 pages
32h 35m
English
ComponentConverter
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 }
System.Object
→ TypeConverter → ReferenceConverter → ComponentConverter
Read now
Unlock full access