How can you identify the objects in a control array?​

Sagot :

Answer:

The Tag property can hold any object. Because Visual Basic .Net treats built-in types such as integer and double as objects they can be stored in the Tag property. When an object is added to an array an index value must be used to place the reference in a specific element of that array. A program can copy that index number into the Tag where it can be retrieved later.