ControlIDConverter Constructor

Definition

Initializes a new instance of the ControlIDConverter class.

public:
 ControlIDConverter();
public ControlIDConverter ();
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