Class RichTextBoxView
Inheritance
System.Object
RichTextBoxView
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RichTextBoxView : UserControl, IComponentConnector
Constructors
RichTextBoxView()
Declaration
public RichTextBoxView()
Fields
HtmlStringProperty
Declaration
public static readonly DependencyProperty HtmlStringProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HtmlString
Declaration
public string HtmlString { get; set; }
Property Value
System.String
|
Methods
BindEditorCommands()
Declaration
public void BindEditorCommands()
InitializeComponent()
Declaration
public void InitializeComponent()
OnDone()
Declaration
protected virtual void OnDone()
OnTextChanged()
Declaration
protected virtual void OnTextChanged()
Events
Done
Declaration
public event EventHandler Done
Event Type
System.EventHandler
|
TextChanged
Declaration
public event EventHandler TextChanged
Event Type
System.EventHandler
|