使用 C#,如何在多行文本框中设置制表符位置?
是否有一种优雅的方法可以在 C# 的多行文本框中设置自定义选项卡大小/位置?
Is there a graceful way to set custom tab sizes/positions in a multiline textbox in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要发送 EM_SETTABSTOPS 消息,例如这:
You need to send the EM_SETTABSTOPS message, like this:
除了 vb 2013 之外,微软的友好人员已经决定您不再需要 Windows 句柄,并且您无法再获取它。
Apart from by vb 2013 the friendly people at microsoft have decided you no longer need the windows handle and you can no longer get at it.