Share via


RichHtmlField.PopupEditorMode Property

Gets or sets a flag that determines whether to use the editor inline or open it in a pop-up window.

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

Syntax

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

value = instance.PopupEditorMode

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

Property Value

Type: System.Boolean
A flag that determines whether to use the editor inline or open it in a pop-up window.

See Also

Reference

RichHtmlField Class

RichHtmlField Members

Microsoft.SharePoint.Publishing.WebControls Namespace

RichHtmlField