I've created a new class based on a form, and added, amongst other things, some properties. One of these properties is .ShowHelp, which is either .T. or .F., .F. by default.
When I use the class, I know that it can be either .T. or .F. but I'd like to give the other programmers a chance by giving them options. Whether it appears in the properties dialog with a dropdown, or just double clicking toggles it from .F. to .T. and back again.
Is there any way of doing this?
When I use the class, I know that it can be either .T. or .F. but I'd like to give the other programmers a chance by giving them options. Whether it appears in the properties dialog with a dropdown, or just double clicking toggles it from .F. to .T. and back again.
Is there any way of doing this?