silverlight 中获得焦点

it2026-05-23  1

// 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/archive/2011/05/12/2044590.html

最新回复(0)