N
news://news.microsoft.com
Hello,
i have a property of type "System.Type" which i want to make editable with
the default PropertyGrid. The user should not only enter the name of the
type, but choose one type form a list.
For that reason i must (as i know) inherit from the abstract class
System.ComponentModel.TypeListConverter.
In that class i have to create a Sub New and provide the constructor of
System.ComponentModel.TypeListConverter with a list of Types.
How can i find out the available types of the app where my control is used ?
Walter
i have a property of type "System.Type" which i want to make editable with
the default PropertyGrid. The user should not only enter the name of the
type, but choose one type form a list.
For that reason i must (as i know) inherit from the abstract class
System.ComponentModel.TypeListConverter.
In that class i have to create a Sub New and provide the constructor of
System.ComponentModel.TypeListConverter with a list of Types.
How can i find out the available types of the app where my control is used ?
Walter