积极答复者
c#通过什么事件可以监听到win10从桌面模式切换到平板模式的改变

问题
答案
-
Hello corey611,
目前没有这样的触发事件,但是你可以用一些API来手动检测,例如用
UserInteractionMode | userInteractionMode property
可以显示当前是在Tablet Mode或者是PC Mode下。
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已建议为答案 Fred BaoModerator 2015年9月29日 2:05
- 已标记为答案 Fred BaoModerator 2015年10月20日 1:37
全部回复
-
Hello corey611,
目前没有这样的触发事件,但是你可以用一些API来手动检测,例如用
UserInteractionMode | userInteractionMode property
可以显示当前是在Tablet Mode或者是PC Mode下。
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已建议为答案 Fred BaoModerator 2015年9月29日 2:05
- 已标记为答案 Fred BaoModerator 2015年10月20日 1:37
-
>>再请教一下 win10的desktop程序是否有办法判断当前是否处于tablet mode下? 谢谢
desktop的应该有相应的api,但是这个问题的应该属于desktop scope的了。建议发到desktop 的forum去。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.