Name

ComponentConverter

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.