Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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