开发者

How to change Font's ForeColor in ScintillaNet?

开发者 https://www.devze.com 2023-03-23 13:56 出处:网络
I want to Change Scintilla Net Text Editor\'s Font Fore color to Black in C#.Net. i changed like in C# font color.

I want to Change Scintilla Net Text Editor's Font Fore color to Black in C#.Net. i changed like in C# font color. But it doesn't work. How can i do that? Is that change in Styles? Please Please....a开发者_运维技巧nswer me..i am having difficult. Thanks you for your time. Have a nice day.


ScintillaNET C# (eg: XML Editor)

 scintilla.Lexer = Lexer.Xml;    
 scintilla.Styles[Style.Default].ForeColor = Color.Blue;
0

精彩评论

暂无评论...
验证码 换一张
取 消