请问你是如何遍历界面上的所有控件的呢?我想遍历所有的button
展开全部
foreach (WebControl webcontrol in this.Controls)遍历页面所有button控件
{
if (webcontrol is System.Web.UI.WebControls.Button)
{
Button buttonHander = webcontrol as System.Web.UI.WebControls.Button;//得到button
}
}
{
if (webcontrol is System.Web.UI.WebControls.Button)
{
Button buttonHander = webcontrol as System.Web.UI.WebControls.Button;//得到button
}
}
追问
我是指的android的布局文件上的所有控件
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询