R
rodchar
hey all,
Label[] lbls = {Label1, Label2, Label3};
i know you can iterate thru the elements, cast to Label object, and then set
its visibility. But is there a way to set the elements all at once without
loop structures?
just wondering.
thanks,
rodchar
Label[] lbls = {Label1, Label2, Label3};
i know you can iterate thru the elements, cast to Label object, and then set
its visibility. But is there a way to set the elements all at once without
loop structures?
just wondering.
thanks,
rodchar