积极答复者
如何禁止控件获取焦点

问题
答案
-
设置IsEnabled = false.
http://msdn.microsoft.com/en-US/library/hh506371(v=msads.10).aspx
这个好像是平台问题,我粗略的看了一下Ian Ferreira - MSFT 的博客,
他是这样说的:
The problem
Let‘s start with the easy one. A bug exists today where the ad control won’t relinquish UI focus in Windows build 8400.The solution
The good news is that this is a platform issue that has been resolved in later builds.
Sheldon _Xiao[MSFT]
MSDN Community Support | Feedback to us
Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已编辑 Sheldon _Xiao 2012年9月11日 7:09
- 已标记为答案 tdyx 2012年9月11日 7:38
全部回复
-
Hi,
这个bug我确认过,我的意见就是最好是设置其他控件焦点。
Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
设置IsEnabled = false.
http://msdn.microsoft.com/en-US/library/hh506371(v=msads.10).aspx
这个好像是平台问题,我粗略的看了一下Ian Ferreira - MSFT 的博客,
他是这样说的:
The problem
Let‘s start with the easy one. A bug exists today where the ad control won’t relinquish UI focus in Windows build 8400.The solution
The good news is that this is a platform issue that has been resolved in later builds.
Sheldon _Xiao[MSFT]
MSDN Community Support | Feedback to us
Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已编辑 Sheldon _Xiao 2012年9月11日 7:09
- 已标记为答案 tdyx 2012年9月11日 7:38