I am working on an Add-In for VS. Net 2005 and I was wondering anyone knows
of a way to capture the user specified options within the IDE. Specifically
I want my rendering to look like that of the IDE, so I would like to read in
the Environment/Fonts and Colors so that I can attempt to match them.
Has anyone done this before or can you help me obtain this information?
Thanks,
Justin.
Carlos J. Quintero [.NET MVP] - 01 Mar 2005 11:43 GMT
I am not sure about VS 2005, but in VS.NET 2002/2003 you can use
DTE.Properties(Category, Page). Search the MSDN help about valid categories
and pages.

Signature
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
>I am working on an Add-In for VS. Net 2005 and I was wondering anyone knows
> of a way to capture the user specified options within the IDE.
[quoted text clipped - 8 lines]
>
> Justin.