I was wondering and I'm assuming it's possible, but is it possible to group similar controls in a form so instead of having to change every control's property I could just change the property for the entire group?
Printable View
I was wondering and I'm assuming it's possible, but is it possible to group similar controls in a form so instead of having to change every control's property I could just change the property for the entire group?
You select multiple controls in the designer the same way you select multiple items in any container: Ctrl+A, Shift+Click+Drag or Ctrl+Click. The Properties window will then display the properties common to all selected items.