如何在 MFC 中将工具提示文本显示为 TreeView 的表格?

发布于 2024-10-20 18:02:58 字数 181 浏览 1 评论 0原文

我想实现一个功能,当我在任何 Treeview 项目上单击 F2 时,它应该显示该项目的工具提示(这通常是可能的)。但是在工具提示中,文本应该采用表格格式,并且还应该允许我编辑项目文本的值。

如果有人实施了这个,请告诉我。 我不确定它是否可行...如果有人有任何其他想法,我们可以实现它来实现此功能,

谢谢, 尼基尔

I want to implement a functionality in which when i click F2 on any Treeview item, it should display the Tooltip for that item (This is possible generally).But in Tooltip the text should be in tabular format and also should allow me to edit the value of the item text.

Please let me know if anyone has implemented this.
I am not sure whether its feasible or not...Please if anyone has any other idea which we can implement to achieve this functionality

Thanks,
Nikhil

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

伊面 2024-10-27 18:02:58

表格格式很简单:工具提示接受 html 格式的文本。但我不认为你可以让它可编辑。

Tabular format is easy: tooltips accept html-formatted text. But I don't think you can make it editable.

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