Visual Studio Add-In
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all! Is it possible to change the color of Text in the Visual-Studio Editor? If it is, how can I do this? (I'm working with c#) Any links, tutorials, tips? Thanks in advance. Christian
If you look at the object model for the
EnvDTE
object, you might notice theColorableItems
property/object. Read about it in your VS.NET help documentation or online in the MSDN Library[^]. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles] [My Blog]