This code is for an article in Visual Studio Magazine by Kathleen Dollard
[[ Title ]]
[[ Date ]]

This sample code is provided as-is with no warranty, expressed or implied, of any kind. 

Three projects demonstrate three different concepts. 

The Coloring Code project demonstrates renderers and recursive control access to color a form at runtime. 

The AnonumousDelegate sample illustrates using anonymous methods in C#

The VisualBasicFindDelegates sample illustrates type safe access to a local variable as part of finding an item in a generic list. 