property Resizer.ObjectAnchor(Name as String) as Long
Retrieves or sets a value that indicates the object's anchor value.

 TypeDescription 
   String A string expression that indicates the component's name  
   Long A long value that indicates the component edges that are anchored to container edges.  
The anchor value should be a combination of one or more of the following:

For instance the following sample specifies that the Command1 component is anchored to the top and bottom sides of the form:

Resizer1.ObjectAnchor("Command6") = 9.