DotNetNuke 5.2
TextEditor is a user control that provides a wrapper for the HtmlEditor providers

Namespace:  DotNetNuke.UI.UserControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class TextEditor : UserControl
Visual Basic (Declaration)
Public Class TextEditor _
	Inherits UserControl
Visual C++
public ref class TextEditor : public UserControl

Remarks

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.TemplateControl
      System.Web.UI..::.UserControl
        DotNetNuke.UI.UserControls..::.TextEditor

See Also