PagePorter Class Library

FpPurpleText.Render Method 

Render this control to the output parameter specified.

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

Parameters

output
The HTML writer to write out to.

See Also

FpPurpleText Class | Parastream.Web.UI.WebControls Namespace