I'm trying to access all controls in stage, to disable them (error occurred
in app -> disable all controls). 

I'd like to have access to some kind of collection to iterate trough,
something like:

 

Foreach (var mycontrol:Control in CollectionofObjects){

                Mycontrol.enabled = false;

}

 

Any idea?

 

____________________________________

Claudio M. E. Bastos Iorio

 <http://www.blumer.com.ar/> http://www.blumer.com.ar

 

Reply via email to