3

Has anyone extended the .NET RichBextBox control to be able to select text by "block selection"? If so, care to share your code?

4

1 回答 1

0

据我所知,唯一的方法是使用 API 中的 SendMessage ,使用EM_CHARFROMPOS

您必须进行一些矩形边界搜索/跟踪和实验才能找到有效的解决方案,但这只是基础。

于 2009-07-13T21:29:26.770 回答