Coolite 中 遍历formlayout中的anchors中的anchor 并找到其中的TextField

   foreach (Anchor o in FormLayout1.Anchors)
                {
                    string textfield_text=((TextField)o.Items[0]).Text;
                }


posted @ 2009-11-01 02:04  Andy  阅读(390)  评论(0编辑  收藏  举报