开发者

Disable text selection in Web browser control

开发者 https://www.devze.com 2023-01-26 03:25 出处:网络
How can I disable text selection in Web browser control in Visual B开发者_JAVA百科asic?I don\'t think that you can. You could render a transparent control over the WebBrowser control. But that would n

How can I disable text selection in Web browser control in Visual B开发者_JAVA百科asic?


I don't think that you can. You could render a transparent control over the WebBrowser control. But that would not only prevent text from being select, but pretty much prevent any interaction with the page altogether.

0

精彩评论

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