Monday, April 7, 2008

DomQuery for Windows Forms in .NET

Seems like it would be useful to be able to say, "Give me all the controls on this Windows Form that are check boxes," or add other critera and have the system return a collection of those objects that one could act upon.

Anyone know if such functionality exists?