Suppose I have say 20 labels in a form. Is there a way, using code, to change font, fontsize, etc in ALL of them at once, rather than with 20 lines of code for each attribute being changed?
I'm looking for a solution like a For ..In.. Next loop to cycle thru all labels in my form. Thank you
