C#获取当前窗体的受焦控件。

        Control GetFocusedControl(Control ctrl)         {             foreach (Control c in ctrl.Controls)             {                 if (c.Focused == false)                 {                     G
相关文章
相关标签/搜索