Ontolica for SharePoint Public API

SearchDialogComponent.Render Method 

The standard render method of an ASP.NET Control.

[Visual Basic]
NotOverridable Protected Sub Render( _
   ByVal output As HtmlTextWriter _
)
[C#]
protected void Render(
   HtmlTextWriter output
);

Parameters

output
N/A

Remarks

This method has been sealed. Override the RenderComponent method instead.

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace