bbq*_*ito 4 .net c# textbox caret winforms
如何找到标准Winforms TextBox的插入符号的屏幕位置?
arb*_*ter 9
您只能使用本机互操作:GetCaretPos
[DllImport("user32.dll")] [return: MarshalAs(UnmanagedType.Bool)] static extern bool GetCaretPos(out Point lpPoint);
归档时间:
16 年,2 月 前
查看次数:
2126 次
最近记录:
15 年,1 月 前