You can use the Properties property to return a reference to a form, report or control's Properties collection.
Setting
The Properties property is available only by using Visual Basic and is read-only.
Remarks
The Properties collection object is the collection of all the properties related to a form, report, or control. You can refer to individual members of the collection by using the member object's index or a string expression that is the name of the member object. The first member object in the collection has an index value of 0 and the last member object in the collection has an index value that is the Properties collection's Count property minus 1.