Visual Studio 2010 provides search support for toolbox items. In toolbox, when you search for some word, it will show the control that matches with search word. On pressing tab key, focus will go to the next control that matches search text.
You can se...