如何在 mshtml 和 mshtml 中启用多级撤消/重做 C#

发布于 2024-07-13 08:07:23 字数 167 浏览 14 评论 0原文

我有一个托管在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

万劫不复 2024-07-20 08:07:23

如果我错了,请纠正我,但我认为您可以应用在 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

吻泪 2024-07-20 08:07:23

内置撤消/重做
这是我之前使用过的控件
http://www.itwriting.com/htmleditor/

Undo/Redo is built in
here's the control i had used earlier
http://www.itwriting.com/htmleditor/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文