find label controls in csharp

Code Example - find label controls in csharp

                
                        foreach (Control ctrl in ctrls)
                {
   
 }