摘要:
// 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
空紫竹
阅读(341)
评论(0)
推荐(0)