| Home | Previous Lesson: The Grid Next Lesson: Copying and Pasting Controls |
If you want to add several similar controls to a window, you can use the duplicate tool. Select the control you want to duplicate and press Ctrl + T or right-click on the control and select Duplicate.
Another control of the same type is created and placed below the original control. The new control gets all the appearance properties such as text, colors, font, font size, borders and so on, and is named with the next available control name. Unfortunately, any scripts or user events that were created for the original control aren't copied to the new control.
| Home | Previous Lesson: The Grid Next Lesson: Copying and Pasting Controls |