ComponentConverter(Type) Constructor

Definition

Initializes a new instance of the ComponentConverter class.

public:
 ComponentConverter(Type ^ type);
public ComponentConverter (Type type);
new System.ComponentModel.ComponentConverter : Type -> System.ComponentModel.ComponentConverter
Public Sub New (type As Type)

Parameters

type
Type

A Type that represents the type to associate with this component converter.

Applies to