Inherit existing web parts and override methods

When developing web parts in SharePoint, can I inherit from existing web parts and override their methods?

Or I always need to start from scratch.

Many thanks

+3
source share
2 answers

If they are not sealed, you can inherit them. In practice, this may or may not depend on how you want to expand the web part.

+1
source

Most (all?) Parts of OTB are sealed.

/ . topnav placeholder ( ) (css + firebug). , , .

-, http://blah.winsmarts.com//2006/05/14/writing-custom-webparts-for-sharepoint-2007.aspx , . RSS-.

0

All Articles