本文介绍了在拖放操作上显示文本而不是/和光标一样的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我如何使用一些自定义文本在拖放操作上替换/扩充光标。



这是C#。我已经实现了拖放操作,它可以正常工作但是我想在光标处显示我拖动的对象的一些细节。





谢谢



我尝试过:



我看过draglocationlabel,但无法理解它应该做什么或如何让它可见。这是我应该使用的吗?

Could someone tell me how I can replace/augment the cursor on a drag and drop operation with some custom text.

This is C#. I have implemented drag-and-drop and it works Ok but I would like to show, at the cursor, some details of the object I am dragging.


thanks

What I have tried:

I have looked at "draglocationlabel " but cannot fathom what it is supposed to do or how to make it visible. Is this what I should be using?

推荐答案



这篇关于在拖放操作上显示文本而不是/和光标一样的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 06:00