how can change this to wpf.Here this.controls can not recognize wpf.Plz help me

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Refat Sardar
    New Member
    • Dec 2010
    • 1

    how can change this to wpf.Here this.controls can not recognize wpf.Plz help me

    Code:
     foreach (Control c in this.Controls)
    
                    if (c is TextBox)
    
                        (c as TextBox).Clear();
Working...