问题描述
嗨我正在寻找允许Windows窗体文本框执行以下操作的组件或代码:
1.使用应用程序指定的字体(相对于此字体)
2.显示当前光标位置的当前行/行和列
3.显示标尺
4.允许用户选择黑色的颜色.和前景
5.键入时为特殊单词或字符上色.单词/字符将在运行时作为列表提供
6.(可选)显示一个头发光标(当前光标位置处的垂直和水平线)
如果不存在这样的控件,您能否命名提供描述的部分功能的控件?
谢谢.
HiI am looking for a component or code that allows a windows forms text box to do the following:
1. Use fonts as specified by the application (vs has this already)
2. Shows current row/line and column at current cursor position
3. Displays a ruler
4. Allows user to choose colors of backg. and foreground
5. Colors special words or characters when typed. The words/characters will be provided as a list at run time
6. Optionally shows a hair cursor (vertical and horizontal lines at current cursor position)
If such a control does not exist, could you name controls that provide parts of the functionality described?
Thanks.
推荐答案
这篇关于寻找在C#应用程序中使用的“高级"文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!