UltimateEditor is an ASP.NET web server control that allows the user to manage HTML content.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public class UltimateEditor : WebControl, 
	IPostBackEventHandler
Visual Basic
Public Class UltimateEditor _
	Inherits WebControl _
	Implements IPostBackEventHandler
Visual C++
public ref class UltimateEditor : public WebControl, 
	IPostBackEventHandler

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      Karamasoft.WebControls.UltimateEditor..::..UltimateEditor

See Also