WebPartQuickAdd.RenderControl Method (HtmlTextWriter)

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

See Also

Reference

WebPartQuickAdd Class

WebPartQuickAdd Members

RenderControl Overload

Microsoft.SharePoint.WebPartPages Namespace