Renders Editor Title.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void RenderTitle(
	HtmlTextWriter writer,
	EditorPart editorPart
)
Visual Basic
Protected Overridable Sub RenderTitle ( 
	writer As HtmlTextWriter,
	editorPart As EditorPart
)
Visual C++
protected:
virtual void RenderTitle(
	HtmlTextWriter^ writer, 
	EditorPart^ editorPart
)
F#
abstract RenderTitle : 
        writer : HtmlTextWriter * 
        editorPart : EditorPart -> unit 
override RenderTitle : 
        writer : HtmlTextWriter * 
        editorPart : EditorPart -> unit 

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
Editor writer
editorPart
Type: System.Web.UI.WebControls.WebParts..::..EditorPart
Editor part

See Also