Which one has better performance?
setting image property of one control in design-time or in run-time?
Which one has better performance?
setting image property of one control in design-time or in run-time?
Doing it at designtime will often just create code that ends up doing it in runtime. So should be about equal.