RichHtmlField.ChildHtmlEditor Property
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