IRadMarkupEditor
Interface
Defines the contract for RadMarkupEditor implementations.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMarkupEditor.dll
Syntax:
C#
public interface IRadMarkupEditor
Derived Classes:
Properties
DesignViewDomDocument
IHTMLDocument2
Gets the DOM document associated with the design view.
C#
IHTMLDocument2 DesignViewDomDocument { get; }
Methods
Changes the editor mode internally between Design and HTML view.
C#
void ChangeModeInternal(EditorMode value)
The editor mode to switch to.
Inserts HTML content at the current cursor position.
Invokes the UI update operation to refresh the editor's state.
C#
void InvokeUpdateUI()