3. Exploring the Visual Basic Toolbox
Object Methods
- In previous work, we have seen that each object has properties
and events associated with it. A third concept associated with objects
is the method. A method is a procedure or function that imparts
some action to an object.
- As we move through the toolbox, when appropriate, we'll discuss
object methods. Methods are always enacted at run-time in code. The format
for invoking a method is:
ObjectName.Method {optional arguments}
Note this is another use of the dot notation.
Counter Hit
This Homepage is special brought to you by CK Tan