Subclassing the Project Center Control

G

Guy Cox

I'd like to add some extra items to the action and goto dropdowns of the
Project Center Control. -- Has anyone subclassed the control for this or any
other purpose?

Guy
U2BNMVP
 
M

Martin Winzig

Hi it should be really easy add this items unfortunatelly this webpart is
sealed so you can do it easy way.


as workaround you should try to encapsulate this web part in your web part,
and then you add new menu items using REFLECTION.
 
Top