Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
For internal use only.
Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Overrides Sub RenderControl ( _
    output As HtmlTextWriter _
)
'Usage
Dim instance As WebPartQuickAdd
Dim output As HtmlTextWriter
instance.RenderControl(output)
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public override void RenderControl(
    HtmlTextWriter output
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter