摘要: 获取 DataGrid 选中的单元格的信息DataGridCellInfo cell_Info = this.studentTable.SelectedCells[0]; studentTableItem student_Info = cell_Info.Item as studentTableIt 阅读全文
posted @ 2019-01-14 09:00 探索的动机 阅读(1822) 评论(0) 推荐(0) 编辑
摘要: Storyboard std = new Storyboard(); DoubleAnimation a = new DoubleAnimation(); a.From =0; a.To =400; a.AutoReverse = true; a.Duration = new Duration(Ti 阅读全文
posted @ 2019-01-14 08:58 探索的动机 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 窗体: IntPtr hwnd = new WindowInteropHelper(this).Handle; 控件: IntPtr hwnd = ((HwndSource)PresentationSource.FromVisual(uielement)).Handle; 阅读全文
posted @ 2019-01-14 08:56 探索的动机 阅读(2074) 评论(0) 推荐(0) 编辑