that isnt exactly what i need
i actually need to group the remaining shapes under 1 name so that i handle them together
isn't there really a way to do it?
Printable View
that isnt exactly what i need
i actually need to group the remaining shapes under 1 name so that i handle them together
isn't there really a way to do it?
Create a control array containing all the shapes you want. Then simply loop through the array and alter them in the way you want.
If you mean at design time, then no, you can't group them together other than dragging the mouse over several shapes (the common properties between them will appear in the properties window).