如何在 MFC 中将工具提示文本显示为 TreeView 的表格?
我想实现一个功能,当我在任何 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
表格格式很简单:工具提示接受 html 格式的文本。但我不认为你可以让它可编辑。
Tabular format is easy: tooltips accept html-formatted text. But I don't think you can make it editable.