Hi,
I was building an application for Wowzapp and encountered a problem that got me thinking about for an hour or two. My idea was to list all the button controls so I could check their values for further development and here is my solution.
If you want to iterate all the controls in a grid-like structure, you should try this code:
|
This code lists all the controls with name properties set on.
But if you're looking for listing a specific type of control then use this code:
|
By doing so, now you'll be listing all the Button controls!
Hope this helps!

Join the conversation! Your thoughts help the community grow.