回复 1楼ruby的帖子
当前 标尺、状态栏和工具栏的背景色可以改变:
- this.buttonBar1.BackColor = Color.Red;
- this.rulerBar1.BackColor = Color.Green;
- this.statusBar1.BackColor = Color.Yellow;
复制代码
滚动条无法定制。
能否显示扁平化样式,目前没有找到方法,需要和厂商确认,有进一步消息反馈给你。
2.该问题需要通过代码添加,可以通过 this.textControl1.Lines 遍历获取。
3.可以通过 InputPosition 类获取,该类下的 Location 代表坐标,TextPosition 代表文本位置。 |