Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
注意:我说的是文本框光标(也就是显示您正在输入的位置的垂直线。不是鼠标)
正如上面漂亮的注释所说,我试图将文本光标的位置作为一个点,以便我可以在它下面显示一个弹出窗口。我该怎么做呢?
文本框有一个GetRectFromCharacterIndex可以使用的方法。例如:
GetRectFromCharacterIndex
textbox.GetRectFromCharacterIndex(textbox.CaretIndex)