AcProperty Enumeration

Used with the SetProperty method to specify which property to set for a control.

Version Information
 Version Added:  Access 2007

Requirements

Name Value Description
acPropertyBackColor 8 Set the BackColor property.
acPropertyCaption 9 Set the Caption property.
acPropertyEnabled 0 Set the Enabled property.
acPropertyForeColor 7 Set the ForeColor property.
acPropertyHeight 6 Set the Height property.
acPropertyLeft 3 Set the Left property.
acPropertyLocked 2 Set the Locked property.
acPropertyTop 4 Set the Top property.
acPropertyVisible 1 Set the Visible property.
acPropertyWidth 5 Set the Width property.