M
Marco de Vries
I have a user control and I want to add some properties
in design time using a Colelction editor. I defined a
type and collection for example.
Public Class TestDefinition
... properties get/set
End Class
Public Class TestCollection
inherits collectionbase
... add
... insert
... etc etc
End Class
This Collection I add as a property to a User Control
Getting the existing collection if any goes well but I
don't get the collection saved using the collection
editor.
Anyone ???
in design time using a Colelction editor. I defined a
type and collection for example.
Public Class TestDefinition
... properties get/set
End Class
Public Class TestCollection
inherits collectionbase
... add
... insert
... etc etc
End Class
This Collection I add as a property to a User Control
Getting the existing collection if any goes well but I
don't get the collection saved using the collection
editor.
Anyone ???