HtmlEditor.PopupEditorMode Property
Gets or sets a flag that determines whether to open the HTML editor in a pop-up window.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property PopupEditorMode As Boolean
Get
Set
'Usage
Dim instance As HtmlEditor
Dim value As Boolean
value = instance.PopupEditorMode
instance.PopupEditorMode = value
public bool PopupEditorMode { get; set; }
Property Value
Type: System.Boolean
A flag that determines whether to pen the HTML editor in a pop-up window.