In VB6, when you copied a control multiple times, it would create a control index, based on the name of the first control, for example:

btnEnter(0)
btnEnter(1)
btnEnter(2)
btnEnter(3)
btnEnter(4)
etc

Has this feature been taken away from vb.net?