Control Properties
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know if its possible to use a custom class as a property for a custom control? i.e When you set the forms location in the property editor, it has a little cross next to it, which is essentially the a Point Class. Point.X Point.Y I have tried to do this but it just grays out my property if i use a non standard class. I combatted this by inheriting from ComponentModel.Component, which enabled me to type in the fields but the propertys set code doesnt get called for some reason. Thanks for your help!