다음을 통해 공유


Image.Controls Property (Access)

Returns the Controls collection of a form, subform, report or section. Read-only Controls.

Syntax

.Controls

A variable that represents an Image object.

Remarks

Use the Controls property to refer to one of the controls on a form, subform, report, or section within or attached to another control. For example, the first code syntax below returns the number of controls located on Form1. The second references the name of a property within a control.

Forms("Form1").Controls.Count 
 
Forms("Form1").Controls("Textbox1").Properties(5).Name

참고 항목

개념

Image Object

Image Object Members