Interface
IRadMarkupEditor

Defines the contract for RadMarkupEditor implementations.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMarkupEditor.dll

Syntax:

cs-api-definition
public interface IRadMarkupEditor

Properties

DesignViewDomDocument

Gets the DOM document associated with the design view.

Declaration

cs-api-definition
IHTMLDocument2 DesignViewDomDocument { get; }

Property Value

IHTMLDocument2

Value

Gets or sets the HTML markup value of the editor.

Declaration

cs-api-definition
string Value { get; set; }

Property Value

string

Methods

ChangeModeInternal(EditorMode)

Changes the editor mode internally between Design and HTML view.

Declaration

cs-api-definition
void ChangeModeInternal(EditorMode value)

Parameters

value

EditorMode

The editor mode to switch to.

InsertHtml(string)

Inserts HTML content at the current cursor position.

Declaration

cs-api-definition
void InsertHtml(string html)

Parameters

html

string

The HTML content to insert.

InvokeUpdateUI()

Invokes the UI update operation to refresh the editor's state.

Declaration

cs-api-definition
void InvokeUpdateUI()