TypeListConverter(Type[]) Constructor

Definition

Initializes a new instance of the TypeListConverter class using the type array as the available types.

protected:
 TypeListConverter(cli::array <Type ^> ^ types);
protected TypeListConverter (Type[] types);
new System.ComponentModel.TypeListConverter : Type[] -> System.ComponentModel.TypeListConverter
Protected Sub New (types As Type())

Parameters

types
Type[]

The array of type Type to use as the available types.

Remarks

The types provided in the types parameter can be used to populate a list box with the available types.

Applies to