Dundas.SharePoint.Charting.WebParts Send comments on this topic.
WebPart Class
See Also  Members  
Dundas.SharePoint.WebParts Namespace : WebPart Class


WebPart is abstract class, , which is used as base for our Share Point controls.

Object Model



Syntax

Visual Basic (Declaration)  
<GuidAttribute("9f2b1aae-788e-425d-9dd3-6e9c9c7fb16e")>
<SerializableAttribute()>
Public MustInherit Class WebPart 
   Inherits WebPart
Visual Basic (Usage) Copy Code
Dim instance As WebPart
C#  
[GuidAttribute("9f2b1aae-788e-425d-9dd3-6e9c9c7fb16e")]
[SerializableAttribute()]
public abstract class WebPart : WebPart 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Panel
            System.Web.UI.WebControls.WebParts.Part
               System.Web.UI.WebControls.WebParts.WebPart
                  Dundas.SharePoint.WebParts.WebPart

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also