Interface IRadMarkupEditor
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMarkupEditor.dll
Syntax
public interface IRadMarkupEditor
Properties
DesignViewDomDocument
Declaration
IHTMLDocument2 DesignViewDomDocument { get; }
Property Value
mshtml.IHTMLDocument2
|
Value
Declaration
string Value { get; set; }
Property Value
System.String
|
Methods
ChangeModeInternal(EditorMode)
InsertHtml(String)
Declaration
void InsertHtml(string html)
Parameters
System.String
html
|
InvokeUpdateUI()
Declaration
void InvokeUpdateUI()