wpf 遍历控件及其值
摘要:
private void SetNotEditable(UIElementCollection uiControls) { foreach (UIElement element in uiControls) { if (element is TextBox) { TextBox txtBox = ( 阅读全文
posted @ 2018-12-28 20:48 范兵 阅读(837) 评论(0) 推荐(0)
posted @ 2018-12-28 20:48 范兵 阅读(837) 评论(0) 推荐(0)
posted @ 2018-12-28 20:48 范兵 阅读(2956) 评论(0) 推荐(0)
posted @ 2018-12-28 20:47 范兵 阅读(586) 评论(0) 推荐(0)