RichHtmlField.DisableBasicFormattingButtons property

Gets or sets a value that indicates whether basic formatting buttons are enabled or disabled.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property DisableBasicFormattingButtons As Boolean
    Get
    Set
'Usage
Dim instance As RichHtmlField
Dim value As Boolean

value = instance.DisableBasicFormattingButtons

instance.DisableBasicFormattingButtons = value
[BrowsableAttribute(true)]
public bool DisableBasicFormattingButtons { get; set; }

Property value

Type: System.Boolean
Set the property to true if you do not want to make basic formatting buttons available.

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace

RichHtmlField