Share via


SearchBox.RenderWebPart method

This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead. For Enterprise Search in Microsoft Office SharePoint Server 2007, use the SearchBoxEx instead.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Overrides Sub RenderWebPart ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.RenderWebPart(writer)
protected override void RenderWebPart(
    HtmlTextWriter writer
)

Parameters

Remarks

The RenderWebPart method might not be called in all cases (for example, when the Web Part is minimized, or if the page is being rendered to a non-HTML device).

Overrides the Microsoft.SharePoint.WebPartPages.WebPart.RenderWebPart method. The RenderWebPart method renders the HTML for the body of this Web Part to the client.

See also

Reference

SearchBox class

SearchBox members

Microsoft.SharePoint.Portal.WebControls namespace