Whare Are Properties, What Are Methods?
As described in the context of the description of the Object Model (What Is Meant By the Term “Object Model?”, page 939), once an object has been created, the Visual Basic program then has access to the properties and methods contained in that object. Properties can be mostly thought of as variables, methods can be mostly thought of as subroutines or functions that perform certain operations or computations inside the respective application object.