SPEditorPartChrome.RenderEditorPart method
This member overrides EditorPartChrome.RenderEditorPart(HtmlTextWriter, EditorPart).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub RenderEditorPart ( _
output As HtmlTextWriter, _
editorPart As EditorPart _
)
'Usage
Dim instance As SPEditorPartChrome
Dim output As HtmlTextWriter
Dim editorPart As EditorPart
instance.RenderEditorPart(output, editorPart)
public override void RenderEditorPart(
HtmlTextWriter output,
EditorPart editorPart
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- editorPart
Type: System.Web.UI.WebControls.WebParts.EditorPart