如何在 mshtml 和 mshtml 中启用多级撤消/重做 C#
我有一个托管在 Winforms 应用程序中的 System.Windows.Forms.Webbrowser 控件,并且正在加载一个 html 文档,其中包含 contentEditable 属性设置为 true 的各种元素。 如何为文档启用多级撤消和重做?
TIA。
MB
I have a System.Windows.Forms.Webbrowser control hosted in a Winforms app and am loading up a html document that has various elements with the contentEditable attribute set to true. How do I enable multi-level undo and redo for the document?
TIA.
MB
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我错了,请纠正我,但我认为您可以应用在 codeplex 中找到的库 DejaVu 。
这是博客链接
Correct me if I'm wrong, but I would think you can apply the library DejaVu found in codeplex.
here is the blog link
内置撤消/重做
这是我之前使用过的控件
http://www.itwriting.com/htmleditor/
Undo/Redo is built in
here's the control i had used earlier
http://www.itwriting.com/htmleditor/