Hi,
Does anybody know if it possible, from an Add-In, to determine the following
information in a code window of VS .NET 2003 or 2005:
1. Start/End of each Outline segment
2. If the Outline segment is expanded or collapsed
Regards,
Joginder
www.starprint2000.com
Carlos J. Quintero [.NET MVP] - 28 Dec 2004 10:40 GMT
AFAIK, add-ins can only create outline segments using Edit.OutlineSection()
but can not retrieve outlined sections or its state directly. You need to
parse the code yourself.

Signature
Carlos J. Quintero
The MZ-Tools all-in-one add-in, now for .NET: http://www.mztools.com
> Hi,
>
[quoted text clipped - 8 lines]
> Joginder
> www.starprint2000.com