Microsoft Access Language Elements That Apply to ActiveX Controls

Microsoft Access Language Elements That Apply to ActiveX Controls

See Also                  Applies To

In addition to the properties, methods, and events specific to an ActiveX control, some existing Microsoft Access properties, methods, and events also apply to ActiveX controls. For information on how these language elements work, see the Microsoft Access topic on each language element.

Properties

The following Microsoft Access properties apply to ActiveX controls on forms and reports, and are available in the Microsoft Access property sheet:

BorderColor

BorderStyle

BorderWidth

Class

ControlSource (only available for ActiveX controls that support binding)

ControlTipText

DisplayWhen

Enabled

HelpContextID

Height

Left

Locked (only available for ActiveX controls that support binding)

Name

Object

OLEClass

OnEnter

OnExit

OnGotFocus

OnLostFocus

OnUpdated

SpecialEffect

TabIndex

TabStop

Tag

Top

Verb

Visible

Width


The following Microsoft Access properties apply to ActiveX controls, and are available only in a macro or Visual Basic:

ControlType InSelection Parent
EventProcPrefix ObjectVerbsCount Section

Events

The following Microsoft Access events apply to ActiveX controls on forms and reports:

Enter GotFocus Updated
Exit LostFocus  

Methods

The following Microsoft Access methods apply to ActiveX controls on forms and reports:

SetFocus SizeToFit