ControlSource Property

See Also                  Applies To

Returns or sets the name of the control to which the specified control is bound. Read/write String.

Remarks

This property returns or sets the values of the Name property and the Source property for the field to which the specified control is bound. The property values are returned as a string in the following format: "PageField.Name:PageField.Source" where the strings in italics are replaced with the actual values of the Name and Source properties. If the Name and Source property values are identical, only one value is returned.

If you set this property to the name of a schema field in a schema row source used by the section containing the specified control, the schema field is automatically added as a page field.