C#獲取當前窗體的受焦控件。

        Control GetFocusedControl(Control ctrl)         {             foreach (Control c in ctrl.Controls)             {                 if (c.Focused == false)                 {                     G
相關文章
相關標籤/搜索