Determines whether you can switch the
HtmlEditor object into a mode where the HTML can be edited directly.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property AllowHtmlSourceEditing As Boolean
Dim instance As RichHtmlField
Dim value As Boolean
value = instance.AllowHtmlSourceEditing
instance.AllowHtmlSourceEditing = value
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public bool AllowHtmlSourceEditing { get; set; }