Share via


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)

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