Class RadMarkupEditor
Inheritance
System.Object
RadMarkupEditor
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMarkupEditor.dll
Syntax
public class RadMarkupEditor : UserControl, IRadMarkupEditor
Constructors
RadMarkupEditor()
Declaration
public RadMarkupEditor()
Properties
ApplyButton
BackColorButton
BoldButton
CopyButton
CopyButton2
CutButton
CutButton2
DefaultFont
Declaration
public Font DefaultFont { get; set; }
Property Value
System.Drawing.Font
|
DesignViewDomDocument
Declaration
public IHTMLDocument2 DesignViewDomDocument { get; }
Property Value
mshtml.IHTMLDocument2
|
Implements
FontFamilyDropDownList
Declaration
public RadDropDownListElement FontFamilyDropDownList { get; }
Property Value
RadDropDownListElement
|
FontSizeDropDownList
Declaration
public RadDropDownListElement FontSizeDropDownList { get; }
Property Value
RadDropDownListElement
|
ForeColorButton
HyperlinkButton
IsValueSaved
Declaration
public bool IsValueSaved { get; }
Property Value
System.Boolean
|
ItalicButton
OrderedListButton
PasteButton
PasteButton2
RawValue
Gets the HTML value where all symbols are escaped.
Declaration
public string RawValue { get; }
Property Value
System.String
|
RedoButton
RibbonBar
SmallApplyButton
UnderlineButton
UndoButton
UnorderedListButton
Value
Gets the HTML value.
Declaration
public string Value { get; set; }
Property Value
System.String
|
Implements
Methods
ChangeModeInternal(EditorMode)
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
InsertHtml(String)
Declaration
public void InsertHtml(string html)
Parameters
System.String
html
|
Implements
InvokeUpdateUI()
LocalizeForm()
Declaration
protected virtual void LocalizeForm()
Events
EditorClosed
Declaration
public event EventHandler EditorClosed
Event Type
System.EventHandler
|