TinyEditor

Code Example

How to Use
Last updated
Was this helpful?
Was this helpful?
TinyEditor tinyEditor1 = new TinyEditor();
tinyEditor1.Size = new System.Drawing.Size(300, 300);
tinyEditor1.ShowFooter = false;
tinyEditor1.Text = "<b>hello</b>";
this.Controls.Add(tinyEditor1);