Provides a type converter to convert components to and from various other representations.
For a list of all members of this type, see ComponentConverter Members.
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.ReferenceConverter
System.ComponentModel.ComponentConverter
[Visual Basic] Public Class ComponentConverter Inherits ReferenceConverter [C#] public class ComponentConverter : ReferenceConverter [C++] public __gc class ComponentConverter : public ReferenceConverter [JScript] public class ComponentConverter extends ReferenceConverter
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
This class implements GetPropertiesSupported and GetProperties by returning the properties through the GetProperties method of TypeDescriptor.
For more information about type converters, see the TypeConverter base class and
Note You should never create an instance of ComponentConverter. Instead, call the GetConverter method of TypeDescriptor. For more information, see the examples in the TypeConverter base class.
This converter converts an object that implements IComponent and displays its properties in the Properties window.
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
ComponentConverter Members | System.ComponentModel Namespace