Find all controls of a type, recursively, and perform an operation on them
Recently I wanted a way to recursively iterate through a control, and its children and perform a certain operation on all controls of a specific type. I did a quick search on Google for this, but surprisingly wasn't able to come up with much. I know someone has definitely done this, but I'm going to post [...]