If I'm creating a webpage that will be displayed in IE on Phone 7, can I specify the InputScope that text boxes in the webpage should use?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
No, this is not possible. InputScope is a proprty of a TextBox
and there is no custom attribute defined for a HTML input to use as an equivalent.
The webbrowser control will use the same SIP as the "Text" InputScope for HTML input.