VS2005 IDE question adding overrides

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Hi

In VS2003 when browsing te class view window it was easy to add an override
to the sourcecode .
I do not see this functionality in VS2005 ?


Cant find it in the help either.
 
Not sure about the class view window, but just go to the code file and
type override.. it will present you a list of overridable members.
 
Back
Top