silverlight 中获得焦点
时间:2011-05-12 来源:空紫竹
// 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(); });
相关阅读 更多 +