Any form property you can change in Design view can also be changed using VBA code
Indicate whether the statement is true or false
TRUE
Computer Science & Information Technology
You might also like to view...
Suppose class A inherits from base class B. What is the order in which their constructors and destructors will be called when an object of class A is instantiated and then destroyed?
a. B constructor, A constructor, A destructor, B destructor. b. B constructor, A constructor, B destructor, A destructor. c. A constructor, B constructor, A destructor, B destructor. d. A constructor, B constructor, B destructor, A destructor.
Computer Science & Information Technology
When you have identified the actions that a class is responsible for doing, you have identified its ____________.
a. event handlers b. methods c. fields and/or properties d. actions
Computer Science & Information Technology