Visual Basic Reference

Class

See Also    Example    Properties    Methods    Events

A class is a template from which an object is created. Code in a class module describes the attributes and behavior of objects that are created from the class.

Although a class isnt an object, it does have design-time properties that define its attributes and events that define its behavior.