Glossaria.net

Glossary Visual Basic / Term

Controls

Controls are the building blocks of your application. they give your application the enhanced function ality & personality that is required for your user to interact with your application.


A collection whose elements represent each control on a form.

Remarks

The Controls collection enumerates loaded controls on a form and is useful for iterating through them. The Controls collection identifies an intrinsic form-level variable named Controls. If you omit the optional object placeholder, you must include the Controls keyword. However, if you include object, you can omit the Controls keyword.

Permanent link Controls - Creation date 2020-06-07


< control menu Glossary / Visual Basic copy buffer >