Click here to Skip to main content
15,896,154 members

Comments by Raxdiam (Top 1 by date)

Raxdiam 31-Jan-15 16:41pm View    
Reason for my vote of 3 \n Could it not be done like this?:

foreach (TextBox txtbox in this.Controls)
{
txtbox.TabStop = (!tb.ReadOnly);
}