开发者

Silverlight Out of Browser check

I am working on an application that requires running out of browser; How开发者_如何学运维 can I test if the application is running Out of Browser?


Use the property on the Application object:

if (System.Windows.Application.Current.IsRuningOutOfBrowser)
{
    // The app is out of browser
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜