RepeatedControlName Property

       

Returns or sets the programmatic ID of the repeated control.

object.RepeatedControl [=string]

The RepeatedControl property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
string The programmatic ID of a user control.

Remarks

The repeated control cannot be a Visual Basic intrinsic control.

The programmatic ID of a control consists of its project name and class name in the format projectname.classname. The Visual Basic Object Browser displays the project name in the Project/Library box, and the class name in the Classes list.