SPWebApplication.RichTextEditorShortcutEnabled Property

Gets or sets a Boolean value that specifies whether to enable keyboard shortcuts in the Content Editor Web Part.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Property RichTextEditorShortcutEnabled As Boolean
    Get
    Set

Dim instance As SPWebApplication
Dim value As Boolean

value = instance.RichTextEditorShortcutEnabled

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

Property Value

Type: System.Boolean
true to enable keyboard shortcuts in the Content Editor Web Part; otherwise, false.

Remarks

The RichTextEditorShortcutEnabled property has no effect on keyboard shortcuts for the following commands:

  • Cut

  • Copy

  • Paste

  • Clear Format

  • Bold

  • Italic

  • Underline

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace