Share via


HtmlEditor.Field property

Gets or sets the field that is associated with a HtmlEditor object.

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

Syntax

'Declaration
Public Property Field As RichHtmlField
    Get
    Set
'Usage
Dim instance As HtmlEditor
Dim value As RichHtmlField

value = instance.Field

instance.Field = value
public RichHtmlField Field { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.RichHtmlField
The field that this HTML editor is operating on.

See also

Reference

HtmlEditor class

HtmlEditor members

Microsoft.SharePoint.Publishing.WebControls namespace