다음을 통해 공유


Attachment.ControlType Property (Access)

You can use the ControlType property in Visual Basic to determine the type of a control on a form or report. Read/write Byte.

Version Information

추가된 버전: Access 2007

Syntax

.ControlType

A variable that represents an Attachment object.

Remarks

The ControlType property setting is an AcControlType constant that specifies the control type.

참고

The ControlType property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.

The ControlType property is also used to specify the type of control to create when you are using the CreateControl method.

참고 항목

개념

Attachment Object Members

Attachment Object