InterfaceIRadMarkupEditor
Interface
Defines the contract for RadMarkupEditor implementations.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMarkupEditor.dll
Syntax:
cs-api-definition
public interface IRadMarkupEditor
Derived Classes:
Properties
DesignViewDomDocument
Gets the DOM document associated with the design view.
Declaration
cs-api-definition
IHTMLDocument2 DesignViewDomDocument { get; }
Property Value
IHTMLDocument2
Methods
ChangeModeInternal(EditorMode)
Changes the editor mode internally between Design and HTML view.
Declaration
cs-api-definition
void ChangeModeInternal(EditorMode value)
Parameters
value
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
The HTML content to insert.
InvokeUpdateUI()
Invokes the UI update operation to refresh the editor's state.
Declaration
cs-api-definition
void InvokeUpdateUI()