I have a class that represents the property values of controls. Since the propertypage class is available, is there some way for me to use it?
dim i as propertypage
I cant write to it as VB says it is read-only?
e.g. i.name="Name"
Is there some class i can use as variable in my class to represent generic VB properties?
dim i as propertypage
I cant write to it as VB says it is read-only?
e.g. i.name="Name"
Is there some class i can use as variable in my class to represent generic VB properties?