[智能代码编辑器][求救],[求救],[求救]。。。。
---------------求救啊,看不懂 这个控件是什么现实 自动变色的。----------------------
我的问题:
求救啊,看不懂 这个控件是什么现实[关键字][自动变色]。
下面的是原码。..................................它封装得太好了,几乎 用接口 一个接一个,
点击下载 代码编辑器 自动 关键字变色 源码 vs2008 vs2005 vs 2010 可以打开运行,请高手帮忙!!!
主要应用如下:
1· 拖一个控件到winForm 窗体。
2· 写下如下代码:
private void myWindow_Load(object sender, EventArgs e){ //this .TextEditorControl控件 :txtContent 的值 , textEditorControl1.Document.HighlightingStrategy = HighlightingStrategyFactory.CreateHighlightingStrategy("C#"); textEditorControl1.Encoding = System.Text.Encoding.Default; // textEditorControl1.Text = "int in while to add hello goto for ";}