RichHtmlField.ChildHtmlEditor property

Gets the HtmlEditor control used in ControlMode.Edit that allows users to edit the content of this control.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property ChildHtmlEditor As HtmlEditor
    Get
'Usage
Dim value As HtmlEditor

value = Me.ChildHtmlEditor
protected virtual HtmlEditor ChildHtmlEditor { get; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.HtmlEditor

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace

RichHtmlField