// Get the first control in the tab order.
Control ctl = this.GetNextControl(this, true);
while (ctl != null)
{
// Use ctl here.
// Get the next control in the tab order.
ctl = this.GetNextControl(ctl, true);
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment