ImageListConverter Constructor
In This Topic
Initializes a new instance of the
ImageListConverter class.
Syntax
'Declaration
Public Function New( _
ByVal As Type _
)
public ImageListConverter(
Type
)
Parameters
- type
- A System.Type that represents the type to associate with this component converter.
See Also