VBControls Collection

               

Returns a collection all components on a form.

Syntax

VBControls

Remarks

A program can access controls through the VBControls collection. Using the VBControls collection, you can:

The Item method determines the default value of the VBControls collection.

The VBControls collection replaces the ControlTemplates collection from Visual Basic version 4.0.