Visual Basic (VB) Question:
Have you create Properties and Methods for your own Controls?
Answer:
Properties Public variable of a Class
Method Public procedure of a class
Method Public procedure of a class
Previous Question | Next Question |
What are the scopes of the class? | Private Dim x as integer. Valid ? |