EditorPartChrome::RenderEditorPart Method (HtmlTextWriter^, EditorPart^)

 

Renders a complete EditorPart control with all its sections.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
virtual void RenderEditorPart(
	HtmlTextWriter^ writer,
	EditorPart^ editorPart
)

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

The HtmlTextWriter that receives the editorPart content.

editorPart
Type: System.Web.UI.WebControls.WebParts::EditorPart^

The control currently being rendered.

Exception Condition
ArgumentNullException

The control that editorPart refers to is null.

The RenderEditorPart method renders the complete EditorPart control, with header, contents, and footer. Overriding this method gives a developer complete programmatic control over rendering all aspects of editorPart; for that reason, overriding this method is quite complex.

.NET Framework
Available since 2.0
Return to top
Show: