Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Properties, Events, and Methods
◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Properties, Events, and Methods
■ Visual Basic is a development system especially designed for creating
form-based applications. One aspect of form design in Visual Basic is the
ability to manipulate an object's appearance and behavior.
■ In addition to traditional language elements, Visual Basic provides you
with new tools to develop form-based applications:
• Properties define the appearance and behavior of forms and controls.
See: ◄Properties Summary►
• Events detect and respond to actions.
See: ◄Object Events Summary►
• Methods tell an object to perform certain actions.
See: ◄Methods Summary►
■ Each of the following Help reference topics provide a list of properties,
events, and methods by object:
◄Form► ◄Controls Summary►
◄CLIPBOARD Object► ◄PRINTER Object►
◄SCREEN Object►