AssociatedControlConverter Constructor

Definition

Initializes a new instance of the AssociatedControlConverter class.

public:
 AssociatedControlConverter();
public AssociatedControlConverter ();
Public Sub New ()

Remarks

Note You should never access a type converter directly. Instead, call the appropriate converter by using a TypeDescriptor object. For more information, see the examples in TypeConverter.

Applies to

See also