HtmlEditor.EnableExtensions Property

Enables user-defined extensions, such as extra toolbar buttons, in the HTML editor.

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

Syntax

'Declaration
Public Property EnableExtensions As Boolean
    Get
    Set
'Usage
Dim instance As HtmlEditor
Dim value As Boolean

value = instance.EnableExtensions

instance.EnableExtensions = value
public bool EnableExtensions { get; set; }

Property Value

Type: System.Boolean
If set to False, disables user-defined extensions, such as extra toolbar buttons, to the HTML editor.

See Also

Reference

HtmlEditor Class

HtmlEditor Members

Microsoft.SharePoint.Publishing.WebControls Namespace

HtmlEditor