博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WPF Grid遍历Label
阅读量:6090 次
发布时间:2019-06-20

本文共 417 字,大约阅读时间需要 1 分钟。

代码片断:
  1.             Label tmpLabel;
  2.             string testStr = string.Empty;
  3.             for (int i = 0; i this.ParentGrid.Children.Count; i++)
  4.             {
  5.                 if (this.ParentGrid.Children[i] is Label)
  6.                 {
  7.                     tmpLabel = this.ParentGrid.Children[i] as Label;
  8.                     if (tmpLabel.Tag != null && !string.IsNullOrWhiteSpace(tmpLabel.Tag.ToString()))
  9.                     {
  10.                         if (Convert.ToInt32(tmpLabel.Tag) == (int)dataconnect)
  11.                             tmpLabel.Content = newText;
  12.                     }
  13.                 }
  14.             }
参考网址:
http://bbs.csdn.net/topics/320181496

转载地址:http://egmwa.baihongyu.com/

你可能感兴趣的文章
bootstrap select2 用法总结 输入选择框
查看>>
报错:1130-host ... is not allowed to connect to this MySql server 开放mysql远程连接 不使用localhost...
查看>>
[李景山php]每天TP5-20170116|thinkphp5-Url.php-1
查看>>
php常见错误总结
查看>>
vim --Filter commands
查看>>
[Unity3d插件KGFMapSystem]非常不错的小地图的制作
查看>>
jdk与jre的区别
查看>>
弹出菜单
查看>>
高德地图多marker聚合API
查看>>
IPv4 向 IPv6 过渡安全问题不可小觑
查看>>
Linux运维实战之Apache服务器的高级配置(虚拟主机、status)
查看>>
DHCP overview
查看>>
我的友情链接
查看>>
linux 系统无法启动的基本解决方法
查看>>
老男孩博客园杨海潮MySQL--MySQL机构逻辑1
查看>>
Linux network adapter configuration
查看>>
决心书
查看>>
阿里云产品
查看>>
ESXi磁盘块大小设立
查看>>
我的友情链接
查看>>