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(); });
posted @ 2011-05-12 17:07  空紫竹  阅读(334)  评论(0编辑  收藏  举报