silverlight 中获得焦点

     
      // get focus inside the Silverlight plugin
      System.Windows.Browser.HtmlPage.Plugin.Invoke("focus");
      // queue this call to occur after the plugin focus
      Dispatcher.BeginInvoke(delegate() { this.TestID.Focus(); });
继续追寻。。。。。。
原文地址:https://www.cnblogs.com/lfzwenzhu/p/2044590.html