Provides a type converter that can be used to populate a list box with available types.
For a list of all members of this type, see TypeListConverter Members.
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.TypeListConverter
[Visual Basic] MustInherit Public Class TypeListConverter Inherits TypeConverter [C#] public abstract class TypeListConverter : TypeConverter [C++] public __gc __abstract class TypeListConverter : public TypeConverter [JScript] public abstract class TypeListConverter extends TypeConverter
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.
You must provide the list of types to the constructor of this abstract (MustInherit in Visual Basic) class.
For more information about type converters, see the TypeConverter base class and
Note You should never create an instance of a TypeListConverter. Instead, call the GetConverter method of TypeDescriptor. For more information, see the examples in the TypeConverter base class.
Notes to Inheritors: When you inherit from TypeListConverter, you can override the following methods:
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)