SiriusProjects
09-21-2009, 04:18 AM
Hi All,
I have just started to learn about how to put classes together. I have managed to work out the basics (Property Lets, Gets, etc). But am stuck on one thing.
Using the MSFlexGrid control as an example.
MSFlexGrid1.BorderStyle = Here it gives me two options, flexBorderNone and flexBorderSingle.
With the classes I have built, I find I have to refer back to the class module to remember what values are valid for a particular property. The MSFlexGrid example above is something I would like to do, where it gives me a list of set options I can choose from.
I apologise if there is already a posting that answers this question, but I don't really know what I am looking for.
Any help would be appreciated.
Thanks.
I have just started to learn about how to put classes together. I have managed to work out the basics (Property Lets, Gets, etc). But am stuck on one thing.
Using the MSFlexGrid control as an example.
MSFlexGrid1.BorderStyle = Here it gives me two options, flexBorderNone and flexBorderSingle.
With the classes I have built, I find I have to refer back to the class module to remember what values are valid for a particular property. The MSFlexGrid example above is something I would like to do, where it gives me a list of set options I can choose from.
I apologise if there is already a posting that answers this question, but I don't really know what I am looking for.
Any help would be appreciated.
Thanks.