View Single Post
  #1 (permalink)  
Old 07-04-2009, 2:51 AM
thejeraldo thejeraldo is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Jun 2009
Location: Philippines
Age: 23
Posts: 70
Reputation: 13
thejeraldo is on a distinguished programming path ahead
Default set controls properties all at once

is there any way that i can set the property of a control all at once? like for every button, i want their backcolor to be red. something like that.

also is it advisable to set the properties of a control in design view rather than code it? does it have any performance issues? thanks!
Reply With Quote